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