MastodonAccountsConfiguration class
Account limits (configuration.accounts).
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- MastodonAccountsConfiguration({required int maxFeaturedTags, required int maxPinnedStatuses, required int maxProfileFields, required int profileFieldNameLimit, required int profileFieldValueLimit})
-
const
-
MastodonAccountsConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxFeaturedTags → int
-
Maximum number of featured tags.
final
- maxPinnedStatuses → int
-
Maximum number of pinned statuses.
final
- maxProfileFields → int
-
Maximum number of profile fields.
final
- profileFieldNameLimit → int
-
Maximum character count for profile field labels.
final
- profileFieldValueLimit → int
-
Maximum character count for profile field values.
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