CancelReasonLookupModel constructor Null safety

CancelReasonLookupModel(
  1. {int? id,
  2. String? name}
)

Implementation

CancelReasonLookupModel({
  this.id,
  this.name,
});