UserDeletedMessage class
- Available extensions
- Annotations
-
- @CopyWith.new()
- @JsonSerializable.new(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)
Constructors
- UserDeletedMessage({String? data, String? messageId, SessionMessageType? messageType = SessionMessageType.userDeleted})
- Returns a new UserDeletedMessage instance.
-
UserDeletedMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
- copyWith → _$UserDeletedMessageCWProxy
-
Available on UserDeletedMessage, provided by the $UserDeletedMessageCopyWith extension
Returns a callable class used to build a new instance with modified fields. Example:instanceOfUserDeletedMessage.copyWith(...)orinstanceOfUserDeletedMessage.copyWith.fieldName(...).no setter - data → String?
-
Gets or sets the data.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- messageId → String?
-
Gets or sets the message id.
final
- messageType → SessionMessageType?
-
The different kinds of messages that are used in the WebSocket api.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override