ImageUploadModel constructor
ImageUploadModel({
- required String id,
- required String title,
- String? text,
- XFile? file,
- String? imageUrl,
- ImageSourceType sourceType = ImageSourceType.xfile,
Implementation
ImageUploadModel({
required this.id,
required this.title,
this.text,
this.file,
this.imageUrl,
this.sourceType = ImageSourceType.xfile,
});