subtype property
Implementation
ApiColumnsCreateSelectionColumnRequestApplicationJson_Subtype? get subtype => _$this._subtype;
set
subtype
(covariant ApiColumnsCreateSelectionColumnRequestApplicationJson_Subtype? subtype)
covariantoverride
Implementation
set subtype(covariant ApiColumnsCreateSelectionColumnRequestApplicationJson_Subtype? subtype) =>
_$this._subtype = subtype;