name property

String? name
getter/setter pair

The name of the image.

If the image was created from a MediaFile, this is the MediaFile's name. If the image was created from bytes, this is empty.

Implementation

core.String? name;