TrialMinutes class
Represents information about free trial device minutes for an AWS account.
Constructors
- TrialMinutes({double? remaining, double? total})
-
TrialMinutes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- remaining → double?
-
The number of free trial minutes remaining in the account.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → double?
-
The total number of free trial minutes that the account started with.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited