type property

String? type

Implementation

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

Implementation

set type(String? val) => _type = val;