MastodonFamiliarFollowers class

List of accounts you follow that also follow the specified account.

Annotations

Constructors

MastodonFamiliarFollowers({required String id, required List<MastodonAccount> accounts})
Creates a MastodonFamiliarFollowers with the given fields.
const
MastodonFamiliarFollowers.fromJson(Map<String, dynamic> json)
Creates a MastodonFamiliarFollowers from a JSON map.
factory

Properties

accounts List<MastodonAccount>
List of accounts you follow that also follow the target account.
final
hashCode int
The hash code for this object.
no setterinherited
id String
ID of the target account.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes to JSON.
toString() String
A string representation of this object.
inherited

Operators

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