VmMetaType enum

数据值的元类型

Inheritance

Constructors

VmMetaType()
const

Values

externalValue → const VmMetaType

外部类型的普通类型数据

externalSmart → const VmMetaType

外部类型的万能类型数据

externalSuper → const VmMetaType

外部类型的继承字段代理

internalValue → const VmMetaType

内部类型的普通类型数据

internalApply → const VmMetaType

内部定义的方法类型数据

internalAlias → const VmMetaType

内部类型的数据实例别名,即internalValueinternalApply元类型的别名

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

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

Constants

values → const List<VmMetaType>
A constant List of the values in this enum, in order of their declaration.