subtype property

String? get subtype

Implementation

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

Implementation

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