Capture constructor

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

Implementation

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