GetStatusParams constructor

GetStatusParams({
  1. required String reference,
})

Implementation

GetStatusParams({
  required this.reference,
});