ChatTypes class

Constructors

ChatTypes({Files? file, required chatType type, int status = 0, int progress = 0, String? path, String? idFile, String? thumbnailPath, Uint8List? thumnailMemory})

Properties

file Files?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idFile String?
getter/setter pair
path String?
getter/setter pair
progress int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
getter/setter pair
thumbnailPath String?
getter/setter pair
thumnailMemory Uint8List?
getter/setter pair
type chatType
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