type property

String? type

Implementation

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

Implementation

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