MastodonV2Service class abstract

The class represents the Mastodon v2 services.

Constructors

MastodonV2Service({required String instance, required ClientContext context})
Returns the new instance of MastodonV2Service.
factory

Properties

accounts AccountsV2Service
Returns the accounts service.
no setter
hashCode int
The hash code for this object.
no setterinherited
media MediaV2Service
Returns the media service.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Returns the search service.
no setter

Methods

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