flags property
- @TagNumber.new(5)
Transaction flags, optional It must fit uint32
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get flags => $_getI64(4);
- @TagNumber.new(5)
Implementation
@$pb.TagNumber(5)
set flags($fixnum.Int64 v) {
$_setInt64(4, v);
}