LineDetectLib class

Constructors

LineDetectLib(String urlStrings, {LineDetectDelegate? delegate, required int? tenantId})

Properties

bodyStr Map<String, dynamic>?
getter/setter pair
delegate LineDetectDelegate?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId int?
getter/setter pair
urlList List<String>
getter/setter pair

Methods

checkUrl(String str) String
failedAndRetry() → void
getLine() Future<void>
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

Static Properties

retryTimes int
getter/setter pair
usedLine bool
getter/setter pair