MastodonToken constructor
Creates a MastodonToken with the given fields.
Implementation
const MastodonToken({
required this.accessToken,
required this.tokenType,
required this.scope,
required this.createdAt,
});
Creates a MastodonToken with the given fields.
const MastodonToken({
required this.accessToken,
required this.tokenType,
required this.scope,
required this.createdAt,
});