toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => <String, dynamic>{
  "items": List<dynamic>.from(items.map((UGoldTransactionResponse x) => x.toMap())),
  "nextCursor": nextCursor,
};