RemoteFlutterWidgetsException class

Used to indicate that there is an error with one of the libraries loaded into the Remote Flutter Widgets Runtime.

For example, a reference to a state variable did not match any actual state values, or a library import loop.

Implemented types

Constructors

RemoteFlutterWidgetsException(String message)
Creates a RemoteFlutterWidgetsException.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
A description of the problem that was detected.
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited