balanceLimit property
- @TagNumber(5)
/ Balance limit for the account.
Implementation
@$pb.TagNumber(5)
$fixnum.Int64 get balanceLimit => $_getI64(4);
- @TagNumber(5)
Implementation
@$pb.TagNumber(5)
set balanceLimit($fixnum.Int64 v) { $_setInt64(4, v); }