PayDetails constructor

PayDetails({
  1. required int? status,
})

Implementation

PayDetails({
  required this.status,
});