count property Null safety

Int64 count

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get count => $_getI64(0);
void count=(Int64 v)

Implementation

@$pb.TagNumber(1)
set count($fixnum.Int64 v) { $_setInt64(0, v); }