Capture.fromMap constructor
Capture.fromMap(
- Map map
Implementation
factory Capture.fromMap(Map map) {
return Capture(
map['imagePath'],
map['imageUrl'],
map['label'],
map['quality'],
);
}