AgentLayoutState class

Available extensions
Annotations

Constructors

AgentLayoutState({bool isTranscriptionVisible = false, bool isCameraVisible = false, bool isScreenshareVisible = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isCameraVisible bool
final
isScreenshareVisible bool
final
isTranscriptionVisible bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? isTranscriptionVisible, bool? isCameraVisible, bool? isScreenshareVisible}) AgentLayoutState

Available on AgentLayoutState, provided by the AgentLayoutStateCopyExt extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited