humanName property

String get humanName

The human-readable name of the GPS type.

Implementation

String get humanName => switch (this) {
	GpsType.degrees => "Degrees",
	GpsType.decimal => "Decimal",
};