Params class

Constructors

Params({int? rssi, int? rssiStatus, num? pitch, int? pitchMax, int? pitchMin, num? roll, int? rollMax, int? rollMin})
Params.fromJson(dynamic json)

Properties

hashCode int
The hash code for this object.
no setterinherited
pitch num?
getter/setter pair
pitchMax int?
getter/setter pair
pitchMin int?
getter/setter pair
roll num?
getter/setter pair
rollMax int?
getter/setter pair
rollMin int?
getter/setter pair
rssi int?
getter/setter pair
rssiStatus int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({int? rssi, int? rssiStatus, num? pitch, int? pitchMax, int? pitchMin, num? roll, int? rollMax, int? rollMin}) Params
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