core.Map<core.String, core.dynamic> toJson() => { if (contact != null) 'contact': contact!, if (customTypeName != null) 'customTypeName': customTypeName!, if (type != null) 'type': type!, };