ThreadData class

Constructors

ThreadData()
ThreadData.fromExistingThread(List<Comment> comments, PrimitiveWrapper<Offset> threadPosition, Uint8List pngData)
factory
ThreadData.fromNewThread(List<Comment> comments, PrimitiveWrapper<Offset> threadPosition, Uint8List pngData)
factory

Properties

comments List<Comment>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
pngData Uint8List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threadPosition PrimitiveWrapper<Offset>?
getter/setter pair

Methods

getNetworkImage() NetworkImage
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveThreadData(String projectId) → dynamic
toJson(String apiKey, String version) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) Future<ThreadData>