MastodonV1Service class abstract

The class represents the Mastodon v1 services.

Constructors

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

Properties

accounts AccountsV1Service
Returns the accounts service.
no setter
apps AppsV1Service
Returns the apps service.
no setter
hashCode int
The hash code for this object.
no setterinherited
instance InstanceV1Service
Returns the instance service.
no setter
media MediaV1Service
Returns the media service.
no setter
notifications NotificationsV1Service
Returns the notifications service.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statuses StatusesV1Service
Returns the statuses service.
no setter
timelines TimelinesV1Service
Returns the timelines 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