Свойство type
ClassMirror typeЗеркало типа отражаемого объекта.
Возвращает зеркало фактического класса отражаемого объекта. Класс отражаемого объекта может отличаться от объекта, возвращаемого вызовом runtimeType для отражаемого объекта.
Исходный код
ClassMirror get type;
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-mirrors/InstanceMirror/type.html