ElinkHealthRingCheckupCallback class
Constructors
-
ElinkHealthRingCheckupCallback({ValueChanged<
bool> ? onStartCheckup, ValueChanged<bool> ? onStopCheckup, ValueChanged<ElinkCheckupRealtimeData> ? onGetRealtimeData, ValueChanged<Uint8List> ? onGetCheckupPackets, ValueChanged<int> ? onGetCheckupDuration, OnGetCheckupHistory? onGetCheckupHistory, ValueChanged<bool> ? onGetAutoCheckupStatus, ValueChanged<ElinkCheckupType> ? onGetCheckupType, VoidCallback? onNotifyCheckupHistoryGenerated})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onGetAutoCheckupStatus
→ ValueChanged<
bool> ? -
final
-
onGetCheckupDuration
→ ValueChanged<
int> ? -
final
- onGetCheckupHistory → OnGetCheckupHistory?
-
final
-
onGetCheckupPackets
→ ValueChanged<
Uint8List> ? -
final
-
onGetCheckupType
→ ValueChanged<
ElinkCheckupType> ? -
final
-
onGetRealtimeData
→ ValueChanged<
ElinkCheckupRealtimeData> ? -
final
- onNotifyCheckupHistoryGenerated → VoidCallback?
-
final
-
onStartCheckup
→ ValueChanged<
bool> ? -
final
-
onStopCheckup
→ ValueChanged<
bool> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited