imagePath property

String? imagePath

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

Implementation

String? get imagePath => _imagePath.value;