core.Map<core.String, core.dynamic> toJson() => { if (domain != null) 'domain': domain!, if (metadatas != null) 'metadatas': metadatas!, if (reason != null) 'reason': reason!, };