CreateConvoSettingsBuilder class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addInvitee(
String value) → void - append user id that will be invited to this space
-
build(
) → CreateConvoSettings -
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setAlias(
String value) → void - set the alias of convo
-
setAvatarUri(
String value) → void - set the avatar uri of convo both remote and local are allowed
-
setName(
String value) → void - set the name of convo
-
setParent(
String value) → void - set the parent of convo
-
setTopic(
String value) → void - set the topic of convo
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited