PlatformModel constructor

PlatformModel({
  1. int? id,
  2. dynamic logoUrl,
  3. String? label,
  4. int? display,
  5. int? doubleAuthActivated,
})

Implementation

PlatformModel({
  this.id,
  this.logoUrl,
  this.label,
  this.display,
  this.doubleAuthActivated,
});