type property
String?
get
type
Implementation
String? get type => _type;
set
type
(String? type)
Implementation
set type(String? type) => _type = type;