GpsFixBitfieldValidity class

Validity of fields.

Inheritance

Constructors

GpsFixBitfieldValidity(int value)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
finalinherited

Methods

hasBits<B extends BitfieldType>(List<B>? bits) bool
Tests that all 1 bts from all the elements of the elements in bits.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPrettyString() String
Output this as a pretty string. Override for propper text.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

names Map<GpsFixBitfieldValidity, String>
no setter
values List<GpsFixBitfieldValidity>
no setter

Constants

gfvValidCog → const GpsFixBitfieldValidity
Field 'cog' is valid.
gfvValidDate → const GpsFixBitfieldValidity
Fields 'utc_year', 'utc_month' and 'utc_day' are valid.
gfvValidHacc → const GpsFixBitfieldValidity
Field 'hacc' is valid.
gfvValidHdop → const GpsFixBitfieldValidity
Field 'hdop' is valid.
gfvValidPos → const GpsFixBitfieldValidity
Fields 'lat', 'lon', 'altitude' and 'satellites' are valid.
gfvValidSog → const GpsFixBitfieldValidity
Field 'sog' is valid.
gfvValidTime → const GpsFixBitfieldValidity
Field 'utc_time' is valid.
gfvValidVacc → const GpsFixBitfieldValidity
Field 'vacc' is valid.
gfvValidVdop → const GpsFixBitfieldValidity
Field 'vdop' is valid.