FirebaseMessageDocument class
Represents a message document in Firebase.
- Annotations
Constructors
- FirebaseMessageDocument({required String sender, required Timestamp timestamp, String? id, String? text, String? imageUrl})
-
Creates a new instance of
FirebaseMessageDocument
.const -
FirebaseMessageDocument.fromJson(Map<
String, dynamic> json, String? id) - Constructs a FirebaseMessageDocument from JSON.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the message document.
final
- imageUrl → String?
-
The image URL of the message.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sender → String
-
The sender of the message.
final
- text → String?
-
The text content of the message.
final
- timestamp → Timestamp
-
The timestamp of when the message was sent.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts the FirebaseMessageDocument to JSON format.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited