core.Map<core.String, core.dynamic> toJson() => { if (environments != null) 'environments': environments!, if (hosts != null) 'hosts': hosts!, if (metaData != null) 'metaData': metaData!, };