MesiboGroupCallUiProperties class

Inheritance

Constructors

MesiboGroupCallUiProperties({bool? screenSharingButton = true, bool? inviteButton = false, bool? participantsButton = false, bool? messageButton = false, bool? participantControls = true, String? exitPrompt = "", String? joinMessage = "join", String? leftMessage = "left"})

Properties

exitPrompt String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
inviteButton bool?
getter/setter pairinherited
joinMessage String?
getter/setter pairinherited
leftMessage String?
getter/setter pairinherited
messageButton bool?
getter/setter pairinherited
participantControls bool?
getter/setter pairinherited
participantsButton bool?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSharingButton bool?
getter/setter pairinherited

Methods

encode() Object
inherited
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