PreJoinPageParameters class

Constructors

PreJoinPageParameters({String? imgSrc, ShowAlert? showAlert, required dynamic updateIsLoadingModalVisible(bool), required ConnectSocketType connectSocket, ConnectLocalSocketType? connectLocalSocket, required dynamic updateSocket(Socket?), dynamic updateLocalSocket(Socket?)?, required dynamic updateValidated(bool), required dynamic updateApiUserName(String), required dynamic updateApiToken(String), required dynamic updateLink(String), required dynamic updateRoomName(String), required dynamic updateMember(String)})

Properties

connectLocalSocket ConnectLocalSocketType?
getter/setter pair
connectSocket ConnectSocketType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imgSrc String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAlert ShowAlert?
getter/setter pair
updateApiToken ↔ dynamic Function(String)
getter/setter pair
updateApiUserName ↔ dynamic Function(String)
getter/setter pair
updateIsLoadingModalVisible ↔ dynamic Function(bool)
getter/setter pair
getter/setter pair
updateLocalSocket ↔ (dynamic Function(Socket?)?)
getter/setter pair
updateMember ↔ dynamic Function(String)
getter/setter pair
updateRoomName ↔ dynamic Function(String)
getter/setter pair
updateSocket ↔ dynamic Function(Socket?)
getter/setter pair
updateValidated ↔ dynamic Function(bool)
getter/setter pair

Methods

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