SpecificRidGyrometer class

Annotations
  • @freezed

Constructors

SpecificRidGyrometer({required int units, required int xValue, required int yValue, required int zValue, required int minRangeValue, required int maxRangeValue, required int minXValue, required int maxXValue, required int minYValue, required int maxYValue, required int minZValue, required int maxZValue, required int resetMinMaxMeaValues, required int appType})
const
factory
SpecificRidGyrometer.fromJson(Map<String, dynamic> json)
factory

Properties

appType int
no setterinherited
copyWith → $SpecificRidGyrometerCopyWith<SpecificRidGyrometer>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
maxRangeValue int
no setterinherited
maxXValue int
no setterinherited
maxYValue int
no setterinherited
maxZValue int
no setterinherited
minRangeValue int
no setterinherited
minXValue int
no setterinherited
minYValue int
no setterinherited
minZValue int
no setterinherited
resetMinMaxMeaValues int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units int
no setterinherited
xValue int
no setterinherited
yValue int
no setterinherited
zValue int
no setterinherited

Methods

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

Operators

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