type 属性

ClassMirror type

反射对象类型的镜像。

返回反射对象实际类的镜像。反射对象的类可能与通过在反射对象上调用runtimeType 返回的对象的类不同。

实现

ClassMirror get type;