limits property

  1. @BuiltValueField.new(wireName: r'limits')
BuiltList<GrantLimit>? get limits

The limits of the grant account.

Implementation

@BuiltValueField(wireName: r'limits')
BuiltList<GrantLimit>? get limits;