Map<String, dynamic> toJson() { return {'account': account}..removeWhere((key, value) => value == null); }