CreditCardSettingsModel constructor

CreditCardSettingsModel({
  1. String? key,
  2. String? value,
  3. String? createdby,
  4. String? modifiedby,
  5. int? id,
  6. String? deletedAt,
  7. String? created,
  8. String? modified,
})

Implementation

CreditCardSettingsModel(
    {this.key,
      this.value,
      this.createdby,
      this.modifiedby,
      this.id,
      this.deletedAt,
      this.created,
      this.modified});