GetOrStartOptionsB class

Annotations
  • @JS()
  • @anonymous

Constructors

GetOrStartOptionsB()
factory

Properties

custom ↔ dynamic
Additional parameter to store the custom fields, that you want to use in the email template. E.g. custom.specialToken
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
participants List<User>
getter/setter pair
photoUrl String?
Photo to be used for this conversation in the TalkJS UI. */
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
Only used if topicId is given: a human-readable subject of the conversation. Supports formatted links in a Markdown-style syntax, e.g. Beautiful <https://yoursite.com/booking/18644|home by the sea>!. URLs and email addresses are made clickable, and emojis made to work cross-platform.
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