TypingStatus class Null safety

Represents typing status of a User

Implemented types
Available Extensions

Constructors

TypingStatus({required ChannelType channelType, required String channelUrl, required User user, required int timestamp})

Properties

channelType ChannelType
read / write
channelUrl String
read / write
dirty bool
read / writeoverride
hashCode int
The hash code for this object.
read-onlyinherited
key String
read-onlyoverride
primaryKey String
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
timestamp int
read / write
user User
read / write

Methods

copyWith(dynamic others) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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