type property

String? type

Implementation

String? get type => _type;
void type=(String? value)

Implementation

set type(String? value) {
  _type = value;
}