BlogData class

Constructors

BlogData({required String id, required List<StringData> name, required List<StringData> text, required DateTime time, required List<StringData> desc, String localFile = "", String serverPath = ""})
BlogData.createEmpty()
factory
BlogData.fromJson(String id, Map<String, dynamic> data)
factory

Properties

desc List<StringData>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
localFile String
getter/setter pair
name List<StringData>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverPath String
getter/setter pair
text List<StringData>
getter/setter pair
textCompress List<StringData>
getter/setter pair
time DateTime
getter/setter pair

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited