grantTypesSupported property

ListBuilder<String> grantTypesSupported

Implementation

ListBuilder<String> get grantTypesSupported =>
    _$this._grantTypesSupported ??= new ListBuilder<String>();
void grantTypesSupported=(ListBuilder<String>? grantTypesSupported)

Implementation

set grantTypesSupported(ListBuilder<String>? grantTypesSupported) =>
    _$this._grantTypesSupported = grantTypesSupported;