format property
String?
get
format
Implementation
String? get format {
try {
return this?.uri?.split(".")?.last?.toLowerCase();
} catch (e) {
return null;
}
}
String? get format {
try {
return this?.uri?.split(".")?.last?.toLowerCase();
} catch (e) {
return null;
}
}