ClientWarden class

Constructors

ClientWarden(WardenType? localWardenType, WaterLineDao waterLineDao)

Properties

hashCode int
The hash code for this object.
no setterinherited
localWardenType WardenType?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
waterLineDao WaterLineDao
getter/setter pair

Methods

cleanWaterLine() Future<void>
getExcludeTableTypeList() List<int>
getLatestTs() Future<int>
getNextWaterLineToSend() Future<WaterLineDto>
getWaterErrorSet() Set<WaterError>
getWaterLineListToSend() Future<List<WaterLineDto>>
getWaterLineToSendCount(List<int> excludeTableIdList) Future<int>
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