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