@override Map<String, dynamic> toJson() => <String, dynamic>{ 'gram_amount': gramAmount, 'transactions': transactions.map((item) => item.toJson()).toList(), 'next_offset': nextOffset, '@type': constructor, };