MessageData class

Constructors

MessageData({required String id, required String title, required String body, required DateTime time, bool read = false})
MessageData.fromJson(String id, Map<String, dynamic> data, {bool local = false})
factory

Properties

body String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
read bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time DateTime
final
title String
final

Methods

compareTo(MessageData b) int
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