ChatSettings class
- Annotations
Constructors
- ChatSettings({MuteStatus muteStatus = MuteStatus.unmuted, PinStatus pinStatus = PinStatus.unpinned, DateTime? pinTime})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- muteStatus → MuteStatus
-
final
- pinStatus → PinStatus
-
final
- pinTime → DateTime?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Defaulted< MuteStatus> muteStatus = const Omit(), Defaulted<PinStatus> pinStatus = const Omit(), Defaulted<DateTime> ? pinTime = const Omit()}) → ChatSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override