WidgetTextContents class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

WidgetTextContents({dynamic mainLabel, dynamic startCall, dynamic newCall, dynamic endCall, dynamic muteMicrophone, dynamic changeLanguage, dynamic collapse, dynamic expand, dynamic copied, dynamic acceptTerms, dynamic dismissTerms, dynamic listeningStatus, dynamic speakingStatus, dynamic connectingStatus, dynamic inputLabel, dynamic inputPlaceholder, dynamic userEndedConversation, dynamic agentEndedConversation, dynamic conversationId, dynamic errorOccurred, dynamic copyId})
const
WidgetTextContents.fromJson(Map<String, dynamic> json)
factory

Properties

acceptTerms → dynamic
final
agentEndedConversation → dynamic
final
changeLanguage → dynamic
final
collapse → dynamic
final
connectingStatus → dynamic
final
conversationId → dynamic
final
copied → dynamic
final
copyId → dynamic
final
dismissTerms → dynamic
final
endCall → dynamic
final
errorOccurred → dynamic
final
expand → dynamic
final
hashCode int
The hash code for this object.
no setteroverride
inputLabel → dynamic
final
inputPlaceholder → dynamic
final
listeningStatus → dynamic
final
mainLabel → dynamic
final
muteMicrophone → dynamic
final
newCall → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speakingStatus → dynamic
final
startCall → dynamic
final
userEndedConversation → dynamic
final

Methods

copyWith({dynamic mainLabel, dynamic startCall, dynamic newCall, dynamic endCall, dynamic muteMicrophone, dynamic changeLanguage, dynamic collapse, dynamic expand, dynamic copied, dynamic acceptTerms, dynamic dismissTerms, dynamic listeningStatus, dynamic speakingStatus, dynamic connectingStatus, dynamic inputLabel, dynamic inputPlaceholder, dynamic userEndedConversation, dynamic agentEndedConversation, dynamic conversationId, dynamic errorOccurred, dynamic copyId}) WidgetTextContents

Available on WidgetTextContents, provided by the $WidgetTextContentsExtension extension

copyWithWrapped({Wrapped? mainLabel, Wrapped? startCall, Wrapped? newCall, Wrapped? endCall, Wrapped? muteMicrophone, Wrapped? changeLanguage, Wrapped? collapse, Wrapped? expand, Wrapped? copied, Wrapped? acceptTerms, Wrapped? dismissTerms, Wrapped? listeningStatus, Wrapped? speakingStatus, Wrapped? connectingStatus, Wrapped? inputLabel, Wrapped? inputPlaceholder, Wrapped? userEndedConversation, Wrapped? agentEndedConversation, Wrapped? conversationId, Wrapped? errorOccurred, Wrapped? copyId}) WidgetTextContents

Available on WidgetTextContents, provided by the $WidgetTextContentsExtension 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 WidgetTextContents Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WidgetTextContents instance)