toMap method
Implementation
Map<String, dynamic> toMap() => <String, dynamic>{
"type": type,
"asset": asset,
"creditUsed": creditUsed,
"availableCredit": availableCredit,
"limits": List<dynamic>.from(limits.map((UGoldCreditLimitResponse x) => x.toMap())),
};