DistributionBundle class
Describes the specifications of a distribution bundle.
Constructors
- DistributionBundle({String? bundleId, bool? isActive, String? name, double? price, int? transferPerMonthInGb})
-
DistributionBundle.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bundleId → String?
-
The ID of the bundle.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isActive → bool?
-
Indicates whether the bundle is active, and can be specified for a new
distribution.
final
- name → String?
-
The name of the distribution bundle.
final
- price → double?
-
The monthly price, in US dollars, of the bundle.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transferPerMonthInGb → int?
-
The monthly network transfer quota of the bundle.
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