uri property
String?
get
uri
Implementation
String? get uri {
return decodedType;
}
set
uri
(String? uri)
Implementation
set uri(String? uri) {
decodedType = uri;
}