LiveChatMemberMilestoneChatDetails class
Constructors
- LiveChatMemberMilestoneChatDetails({String? memberLevelName, int? memberMonth, String? userComment})
- LiveChatMemberMilestoneChatDetails.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- memberLevelName ↔ String?
-
The name of the Level at which the viever is a member.
getter/setter pair
- memberMonth ↔ int?
-
The total amount of months (rounded up) the viewer has been a member that
granted them this Member Milestone Chat.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userComment ↔ String?
-
The comment added by the member to this Member Milestone Chat.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited