RemoteObjectType enum
Values
- object → const RemoteObjectType
-
const RemoteObjectType('object')
- function → const RemoteObjectType
-
const RemoteObjectType('function')
- undefined → const RemoteObjectType
-
const RemoteObjectType('undefined')
- string → const RemoteObjectType
-
const RemoteObjectType('string')
- number → const RemoteObjectType
-
const RemoteObjectType('number')
- boolean → const RemoteObjectType
-
const RemoteObjectType('boolean')
- symbol → const RemoteObjectType
-
const RemoteObjectType('symbol')
- bigint → const RemoteObjectType
-
const RemoteObjectType('bigint')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
RemoteObjectType> - A constant List of the values in this enum, in order of their declaration.