SpecificRidPositioner class

Annotations
  • @freezed

Constructors

SpecificRidPositioner({required int currentPos, required int transTime, required int remainTime, required int minMeaValue, required int maxMeaValue, required int resetMinMaxMeaValues, required int minLimit, required int maxLimit, required int appType})
const
factory
SpecificRidPositioner.fromJson(Map<String, dynamic> json)
factory

Properties

appType int
no setterinherited
copyWith → $SpecificRidPositionerCopyWith<SpecificRidPositioner>
no setterinherited
currentPos int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
maxLimit int
no setterinherited
maxMeaValue int
no setterinherited
minLimit int
no setterinherited
minMeaValue int
no setterinherited
remainTime int
no setterinherited
resetMinMaxMeaValues int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transTime 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