type property
String?
get
type
Implementation
String? get type {
return $$context$$["type"];
}
set
type
(String? value)
Implementation
set type(String? value) {
$$context$$["type"] = value;
}