DialogueInputResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- DialogueInputResponseModel({required String text, required String voiceId, required String voiceName})
-
const
-
DialogueInputResponseModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? text, String? voiceId, String? voiceName}) → DialogueInputResponseModel -
Available on DialogueInputResponseModel, provided by the $DialogueInputResponseModelExtension extension
-
copyWithWrapped(
{Wrapped< String> ? text, Wrapped<String> ? voiceId, Wrapped<String> ? voiceName}) → DialogueInputResponseModel -
Available on DialogueInputResponseModel, provided by the $DialogueInputResponseModelExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const DialogueInputResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DialogueInputResponseModel instance)