NmeaDataProvider class abstract

Abstract class defining the interface for a class that provides NMEA data for an NmeaLocationDataSource. Initialization logic should be performed during construction. The stream is usually backed by a StreamController. Teardown logic could be handled in the StreamController.onCancel callback of the controller.

Constructors

NmeaDataProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
nmeaData Stream<String>
Provides NMEA sentences as a Stream of Strings.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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