Frequency class
Frequency.
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake)
Constructors
- Frequency({required IntervalUnit intervalUnit, required int intervalCount})
-
Frequency.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- intervalCount ↔ int
-
The number of intervals after which a subscriber is billed. For example,
if the interval_unit is DAY with an interval_count of 2, the subscription
is billed once every two days. The following table lists the maximum
allowed values for the interval_count for each interval_unit:
getter/setter pair
- intervalUnit ↔ IntervalUnit
-
The interval at which the subscription is charged or billed.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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.
inherited