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