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