ThreadTimeline class

Inheritance
Mixed-in types

Constructors

ThreadTimeline.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
parent Post?
getter/setter pairinherited
post Post
getter/setter pairinherited
replies List<Thread>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

appendParent(BuildContext context, List<Widget> widgets) → void
appendPost(List<Widget> widgets) → void
appendReplies(BuildContext context, List<Widget> widgets) → void
build(BuildContext context) List<Widget>
override
content(Post post) List<Widget>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postTL(BuildContext context, Post post) Widget
inherited
setParent(Post parent) → void
inherited
setPost(Post post) → void
inherited
setReplies(List<Thread> replies) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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