Map<String, dynamic> toJson() { final ledgerName = this.ledgerName; return { 'LedgerName': ledgerName, }; }