InputResponseContent constructor

InputResponseContent({
  1. required String requestId,
  2. Object? rawRepresentation,
  3. AdditionalPropertiesDictionary? additionalProperties,
})

Creates a new InputResponseContent.

Implementation

InputResponseContent({
  required this.requestId,
  super.rawRepresentation,
  super.additionalProperties,
});