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 value)

Implementation

@$pb.TagNumber(6)
set asInt($fixnum.Int64 value) => $_setInt64(4, value);