type property

String get type

Implementation

String get type => get<String>("type", "");
set type (String val)

Implementation

set type(String val) => data["type"] = val;