PayoutDataModel constructor

PayoutDataModel({
  1. int? status,
  2. String? statusParameter,
  3. List<Msg>? msg,
})

Implementation

PayoutDataModel({this.status, this.statusParameter, this.msg});