multipartFile property
MultipartFile?
get
multipartFile
Returns the multipart file representation of the image, if any.
Implementation
MultipartFile? get multipartFile => _imageData?.multipartFile;
Returns the multipart file representation of the image, if any.
MultipartFile? get multipartFile => _imageData?.multipartFile;