Measurement3d class

A Generic 3d measurement sample.

Constructors

Measurement3d({String? captureTime, double? x, double? y, double? z})
Measurement3d.fromJson(Map json_)

Properties

captureTime String?
The timestamp of the IMU measurement.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double?
The sensor measurement in the x axis.
getter/setter pair
y double?
The sensor measurement in the y axis.
getter/setter pair
z double?
The sensor measurement in the z axis.
getter/setter pair

Methods

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

Operators

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