Data constructor

Data({
  1. Configuration? configuration,
  2. String? state,
  3. bool? enable,
  4. String? sId,
  5. String? clientId,
  6. String? name,
  7. String? createdAt,
  8. String? updatedAt,
  9. int? iV,
})

Implementation

Data(
    {this.configuration,
    this.state,
    this.enable,
    this.sId,
    this.clientId,
    this.name,
    this.createdAt,
    this.updatedAt,
    this.iV});