Map<String, dynamic> toJson() => { if (type != null) 'type': type, if (code != null) 'code': code, };