ChatModifyProps class

Annotations
  • @freezed

Constructors

ChatModifyProps({bool? emoteMode, bool? followerMode, int? followerModeDuration, bool? nonModeratorChatDelay, int? nonModeratorChatDelayDuration, bool? slowMode, int? slowModeWaitTime, bool? subscriberMode, bool? uniqueChatMode})
const
factory
ChatModifyProps.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ChatModifyPropsCopyWith<ChatModifyProps>
no setterinherited
emoteMode bool?
no setterinherited
followerMode bool?
no setterinherited
followerModeDuration int?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
nonModeratorChatDelay bool?
no setterinherited
nonModeratorChatDelayDuration int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slowMode bool?
no setterinherited
slowModeWaitTime int?
no setterinherited
subscriberMode bool?
no setterinherited
uniqueChatMode bool?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited