MastodonAdminDimensionData class

Individual data entry for a dimension.

Annotations

Constructors

MastodonAdminDimensionData({required String key, required String humanKey, required String value, String? unit, String? humanValue})
const
MastodonAdminDimensionData.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
humanKey String
Human-readable key name.
final
humanValue String?
Human-readable representation of the value.
final
key String
Identifier key of the data entry.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit String?
Unit of the value (e.g. bytes).
final
value String
Value.
final

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