factory TransactionCost.fromJson(Map<String, dynamic> data) { return TransactionCost( fee: data['fee'], ); }