MastodonAdminDimension class
Admin-level dimension (qualitative) data.
Represents qualitative statistical information about the server.
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
-
MastodonAdminDimension({required String key, List<
MastodonAdminDimensionData> data = const []}) -
const
-
MastodonAdminDimension.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
data
→ List<
MastodonAdminDimensionData> -
List of data entries for the dimension.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
Identifier key of the dimension.
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