Map<String, dynamic> toJson() => {"transaction": transaction.toJson()} ..removeWhere((dynamic key, dynamic value) => key == null || value == null);