humanName property
The human-readable name of the GPS type.
Implementation
String get humanName => switch (this) {
GpsType.degrees => "Degrees",
GpsType.decimal => "Decimal",
};
The human-readable name of the GPS type.
String get humanName => switch (this) {
GpsType.degrees => "Degrees",
GpsType.decimal => "Decimal",
};