Lens constructor

Lens({
  1. String? id,
  2. String? name,
  3. String? facePreference,
  4. String? groupId,
  5. List<String>? snapCodes,
  6. List<String>? previews,
  7. List<String>? thumbnail,
})

Implementation

Lens(
    {this.id,
    this.name,
    this.facePreference,
    this.groupId,
    this.snapCodes,
    this.previews,
    this.thumbnail});