asInt property

  1. @TagNumber.new(6)
Int64 get asInt

Implementation

@$pb.TagNumber(6)
$fixnum.Int64 get asInt => $_getI64(4);
  1. @TagNumber.new(6)
set asInt (Int64 v)

Implementation

@$pb.TagNumber(6)
set asInt($fixnum.Int64 v) {
  $_setInt64(4, v);
}