ModelNoNetworkException class

No network connection available.

Thrown when calling downloadModel without network connectivity.

Inheritance

Constructors

ModelNoNetworkException({required OCRModule module})

Properties

cause Object?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
module OCRModule
The module that cannot be downloaded
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