AssetsInputGeographicCoverageTypeEnum class
Type of geographic coverage (Enum type: GeographicCoverage)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
dynamic value) → AssetsInputGeographicCoverageTypeEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< AssetsInputGeographicCoverageTypeEnum>
Constants
- CONTINENTAL → const AssetsInputGeographicCoverageTypeEnum
- CUSTOM → const AssetsInputGeographicCoverageTypeEnum
- GLOBAL → const AssetsInputGeographicCoverageTypeEnum
- LOCAL → const AssetsInputGeographicCoverageTypeEnum
- NATIONAL → const AssetsInputGeographicCoverageTypeEnum
- REGIONAL → const AssetsInputGeographicCoverageTypeEnum
- STATE → const AssetsInputGeographicCoverageTypeEnum
- UNKNOWN → const AssetsInputGeographicCoverageTypeEnum
-
values
→ const List<
AssetsInputGeographicCoverageTypeEnum> - List of all possible values in this AssetsInputGeographicCoverageTypeEnum.