MiniStatementModel constructor
MiniStatementModel({
- String? responseCode,
- String? message,
- String? walletBalance,
- List<
miniStatementInfo> ? data,
Implementation
MiniStatementModel(
{this.responseCode, this.message, this.walletBalance, this.data});