BankListModel class

Constructors

BankListModel({required List<BankModel> banks, required int currentPage, required List<int> recordRange, required int totalPages, required int totalRecords, String? next, String? previous})
BankListModel.fromMap(Map<String, Object?> map)
factory

Properties

banks List<BankModel>
final
currentPage int
final
hashCode int
The hash code for this object.
no setterinherited
next String?
final
previous String?
final
recordRange List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalPages int
final
totalRecords int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited