FirstLoginImage constructor

FirstLoginImage({
  1. String? nationCode,
  2. String? id,
  3. String? device,
  4. String? url,
  5. String? priority,
  6. String? cdate,
  7. String? isActive,
})

Implementation

FirstLoginImage(
    {this.nationCode,
      this.id,
      this.device,
      this.url,
      this.priority,
      this.cdate,
      this.isActive});