total property
- @TagNumber.new(3)
The total number of records that are available
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get total => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set total($fixnum.Int64 value) => $_setInt64(2, value);