AtsFuelSubType enum
Values
- dieselS10A → const AtsFuelSubType
- dieselS10ComunB → const AtsFuelSubType
- dieselS10BAditivado → const AtsFuelSubType
- dieselS500ComunA → const AtsFuelSubType
- dieselS500ComunB → const AtsFuelSubType
- dieselS500BAditivado → const AtsFuelSubType
- marineDiesel → const AtsFuelSubType
- gasolineComunA → const AtsFuelSubType
- gasolineComunC → const AtsFuelSubType
- gasolineCAditivada → const AtsFuelSubType
- gasolineCPremium → const AtsFuelSubType
- ethanol → const AtsFuelSubType
- ethanolAditivado → const AtsFuelSubType
- anidro → const AtsFuelSubType
- arla32 → const AtsFuelSubType
- biodieselB100 → const AtsFuelSubType
- unknown → const AtsFuelSubType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getCfFuelType(
) → AtsCfFuelType -
getColor(
) → Color -
getLocaleKey(
) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCProdANP(
) → String -
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromCProdANP(
String? cProdANP) → AtsFuelSubType - get all getLocalKet in comments
-
fromJson(
String? json) → AtsFuelSubType -
getFuelSubTypeList(
AtsCfFuelType? fuelType) → List< AtsFuelSubType>
Constants
-
values
→ const List<
AtsFuelSubType> - A constant List of the values in this enum, in order of their declaration.