VmType class

包装类的类型

Inheritance

Constructors

VmType({required String name})

Properties

hashCode int
A hash code for the type which is compatible with operator==.
no setteroverride
name String
包装类的类型名称
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
Returns a string which represents the underlying type.
override

Operators

operator ==(Object other) bool
Whether other is a Type instance representing an equivalent type.
override