Capture constructor

Capture(
  1. String? imagePath,
  2. String? imageUrl,
  3. String? label,
  4. double? quality,
)

Implementation

Capture(this.imagePath, this.imageUrl, this.label, this.quality);