PostList class abstract

PostList

Properties:

  • order
  • posts
  • nextPostId - The ID of next post. Not omitted when empty or not relevant.
  • prevPostId - The ID of previous post. Not omitted when empty or not relevant.

Constructors

PostList([void updates(PostListBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextPostId String?
The ID of next post. Not omitted when empty or not relevant.
no setter
order → BuiltList<String>?
no setter
posts → BuiltMap<String, Post>?
no setter
prevPostId String?
The ID of previous post. Not omitted when empty or not relevant.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PostListBuilder)) PostList
Rebuilds the instance.
inherited
toBuilder() PostListBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PostList>
no setter