type property
String
get
type
Implementation
String get type => _type;
set
type
(String value)
Implementation
set type(String value) {
_type = value;
}