DmsDetection class abstract

DMS Detection class

Presence of DMS (Dimethyl Sulphide). If the value of the channel is greater than zero, it means DMS was detected.

Inheritance
Implemented types

Constructors

DmsDetection([void updates(DmsDetectionBuilder b)?])
factory

Properties

abbrev String
no setteroverride
ch01 double
no setter
ch02 double
no setter
ch03 double
no setter
ch04 double
no setter
ch05 double
no setter
ch06 double
no setter
ch07 double
no setter
ch08 double
no setter
ch09 double
no setter
ch10 double
no setter
ch11 double
no setter
ch12 double
no setter
ch13 double
no setter
ch14 double
no setter
ch15 double
no setter
ch16 double
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
msgId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(DmsDetectionBuilder)) DmsDetection
Rebuilds the instance.
inherited
toBuilder() DmsDetectionBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int