special_type property
String?
get
special_type
Implementation
String? get special_type {
try {
return rawData["@type"] as String;
} catch (e) {
return null;
}
}
String? get special_type {
try {
return rawData["@type"] as String;
} catch (e) {
return null;
}
}