menu
hubble_core package
documentation
utils/string/file_kind.dart
isSVG function
isSVG function
dark_mode
light_mode
isSVG
function
bool
isSVG
(
String
value
)
Implementation
bool isSVG(String value) { return value.split('.').last == 'svg'; }
hubble_core package
documentation
utils/string/file_kind
isSVG function
file_kind library