imageName property

String? imageName

imageName getter returns name of the image which you can use to upload image to the server

Implementation

String? get imageName => _imageName.value;