extension property
String?
get
extension
Returns the file extension of the image, if any.
Implementation
String? get extension => _imageData?.extension;
Returns the file extension of the image, if any.
String? get extension => _imageData?.extension;