MiniStatementModel constructor

MiniStatementModel({
  1. String? responseCode,
  2. String? message,
  3. String? walletBalance,
  4. List<miniStatementInfo>? data,
})

Implementation

MiniStatementModel(
    {this.responseCode, this.message, this.walletBalance, this.data});