ImageValue constructor

const ImageValue({
  1. XFile? file,
  2. String? url,
  3. bool isChanged = false,
})

Implementation

const ImageValue({this.file, this.url, this.isChanged = false});