SectionFeedPageInfo class

Constructors

SectionFeedPageInfo({String? sectionId, PageInfo? page, required List<Post> list})
SectionFeedPageInfo.init(String id)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
list List<Post>
final
page ↔ PageInfo?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionId String?
final

Methods

copyWith({String? sectionId, PageInfo? page, List<Post>? list}) SectionFeedPageInfo
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