LicenseMetric class

A metric that provides insight into the active licence details

Constructors

LicenseMetric({String? key, String? value})
LicenseMetric.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String?
The key of a specific license metric.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
The calculated value of a licence metric linked to the key. An example licence metric is the approximate number of user accounts.
final

Methods

copyWith({String? key, String? value}) LicenseMetric
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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