PostRepository class Null safety
Constructors
- PostRepository({required IRedditClient reddit})
-
const
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- reddit → IRedditClient
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
getPosts(
{String? subreddit, PostSort sortBy = PostSort.hot, PostSortSince since = PostSortSince.none, String? after, int limit = 100}) → Future< List< Post> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited