Builtin class

Constructors

Builtin()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

scanFilterCardioClick(BluetoothDevice device) bool
scanFilterWearCardioT(BluetoothDevice device) bool
scanFilterWearEcg(BluetoothDevice device) bool
udfConvertCardioClick({required List<int> event, required int channelCount, required int sampleCount}) List<List<double>>?
udfConvertWearCardioT({required List<int> event, required int channelCount, required int sampleCount}) List<List<double>>?
udfConvertWearEcg({required List<int> event, required int channelCount, required int sampleCount}) List<List<double>>?
udfFilter({required Channels channels, required int channelCount, required int sampleCount, required DataFilter dataFilter, required bool isAttached}) Channels
udfFilterWearCardioT({required Channels channels, required int channelCount, required int sampleCount, required DataFilter dataFilter, required bool isAttached}) Channels
udfLeadComputeCardioClick({required List<int> event}) LeadState?
udfLeadComputeWearCardioT({required List<int> event}) LeadState?
udfLeadComputeWearEcg({required List<int> event}) LeadState?
udfLeadStreamCardioClick({required ModuleEcg ecg}) Stream<List<int>>
udfLeadStreamWearEcg({required ModuleEcg ecg}) Stream<List<int>>
udfRawStream({required ModuleEcg ecg}) Stream<List<int>>