multipartFile property

MultipartFile? get multipartFile

Returns the multipart file representation of the image, or null if none.

Implementation

MultipartFile? get multipartFile => _imageData?.multipartFile;