ModelNetworkException class
Network or API failure during model download.
Thrown when network errors, API failures, or invalid responses occur during download.
- Inheritance
-
- Object
- ModelException
- ModelNetworkException
Constructors
- ModelNetworkException({required OCRModule module, required String message, Object? cause})
Properties
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