EndpointsGeographicCoverageTypeEnum class
Type of geographic coverage
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) → EndpointsGeographicCoverageTypeEnum? -
listFromJson(
dynamic json, {bool growable = false}) → List< EndpointsGeographicCoverageTypeEnum>
Constants
- CONTINENTAL → const EndpointsGeographicCoverageTypeEnum
- CUSTOM → const EndpointsGeographicCoverageTypeEnum
- GLOBAL → const EndpointsGeographicCoverageTypeEnum
- LOCAL → const EndpointsGeographicCoverageTypeEnum
- NATIONAL → const EndpointsGeographicCoverageTypeEnum
- REGIONAL → const EndpointsGeographicCoverageTypeEnum
- STATE → const EndpointsGeographicCoverageTypeEnum
- UNKNOWN → const EndpointsGeographicCoverageTypeEnum
-
values
→ const List<
EndpointsGeographicCoverageTypeEnum> - List of all possible values in this EndpointsGeographicCoverageTypeEnum.