ReferralReconAcknowledgementRouteArgs constructor

const ReferralReconAcknowledgementRouteArgs({
  1. Key? key,
  2. ReferralReconLocalization? appLocalizations,
  3. bool isDataRecordSuccess = false,
  4. String? label,
  5. String? description,
  6. Map<String, dynamic>? descriptionTableData,
})

Implementation

const ReferralReconAcknowledgementRouteArgs({
  this.key,
  this.appLocalizations,
  this.isDataRecordSuccess = false,
  this.label,
  this.description,
  this.descriptionTableData,
});