RemoteObjectType enum

Inheritance

Constructors

RemoteObjectType(String value)
const
RemoteObjectType.fromJson(String value)
factory

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

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.