AccountVitals class
The vitals of an account.
- Annotations
-
- @freezed
Constructors
-
AccountVitals.new({required String status, required List<
VitalStatus> successList, required List<VitalStatus> failureList}) -
Default constructor for the account vitals.
constfactory
-
AccountVitals.fromJson(Map<
String, dynamic> json) -
Create account vitals from a JSON object.
factory
Properties
-
copyWith
→ $AccountVitalsCopyWith<
AccountVitals> -
no setterinherited
-
failureList
→ List<
VitalStatus> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
no setterinherited
-
successList
→ List<
VitalStatus> -
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited