name property

String? get name

Returns the file name of the image, or null if none.

Implementation

String? get name => _imageData?.name;