InputResponseContent constructor
InputResponseContent({
- required String requestId,
- Object? rawRepresentation,
- AdditionalPropertiesDictionary? additionalProperties,
Creates a new InputResponseContent.
Implementation
InputResponseContent({
required this.requestId,
super.rawRepresentation,
super.additionalProperties,
});