Sensie class

Constructors

Sensie({required dynamic sensieInfo, required SessionInfo sessionInfo})

Properties

agreement Agreement
getter/setter pair
flowing int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sensorData SensorData
getter/setter pair
sessionInfo SessionInfo
getter/setter pair
signal List
getter/setter pair
whips int
getter/setter pair

Methods

addSensie({required dynamic sensie}) Future<void>
getDataFromAsyncStorage(String key) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAgreement(Agreement agreement) Future<void>
storeSensieRequest(int whipCount, int flowing, Agreement agreement) Future<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited

Operators

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