subtype property

Implementation

ExternalTokenDetailsSubtypeEnum? get subtype => _$this._subtype;
set subtype (ExternalTokenDetailsSubtypeEnum? subtype)

Implementation

set subtype(ExternalTokenDetailsSubtypeEnum? subtype) =>
    _$this._subtype = subtype;