core.Map<core.String, core.dynamic> toJson() => { if (allowedConfigValues != null) 'allowedConfigValues': allowedConfigValues!.map((value) => value.toJson()).toList(), };