SubredditRelationship class

Represents a relationship between a Redditor and a Subreddit.

Implementers

Constructors

SubredditRelationship(SubredditRef _subreddit, String relationship)

Properties

hashCode int
The hash code for this object.
no setterinherited
relationship String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(dynamic redditor, {Map<String, String>? params}) Future<void>
Add a Redditor to this relationship.
call({dynamic redditor, Map<String, String>? params}) Stream<Redditor>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(dynamic redditor, {Map<String, String>? params}) Future<void>
Remove a Redditor from this relationship.
toString() String
A string representation of this object.
inherited

Operators

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