RemoteObject class
Mirror object referencing original JavaScript object.
Constructors
-
RemoteObject(Map<
String, dynamic> json)
Properties
- className → String?
-
Object class (constructor) name.
no setter
- description → String?
-
String representation of the object. (optional)
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
json
→ Map<
String, dynamic> -
final
- objectId → String?
-
Unique object identifier (for non-primitive values). (optional)
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtype → String?
-
Object subtype hint. Specified for object or wasm type values only.
no setter
- type → String
-
Object type.
no setter
- value → Object?
-
Remote object value in case of primitive values or JSON values (if it was
requested). (optional)
no setter
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