ReadinessSummary class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ReadinessSummary.new({required ReadinessContributors contributors, dynamic score, dynamic temperatureDeviation, dynamic temperatureTrendDeviation})
-
const
-
ReadinessSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- contributors → ReadinessContributors
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → dynamic
-
final
- temperatureDeviation → dynamic
-
final
- temperatureTrendDeviation → dynamic
-
final
Methods
-
copyWith(
{ReadinessContributors? contributors, dynamic score, dynamic temperatureDeviation, dynamic temperatureTrendDeviation}) → ReadinessSummary -
Available on ReadinessSummary, provided by the $ReadinessSummaryExtension extension
-
copyWithWrapped(
{Wrapped< ReadinessContributors> ? contributors, Wrapped? score, Wrapped? temperatureDeviation, Wrapped? temperatureTrendDeviation}) → ReadinessSummary -
Available on ReadinessSummary, provided by the $ReadinessSummaryExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const ReadinessSummary Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ReadinessSummary instance)