newInstanceByMirror static method
Create a new instance of the specified class mirror.
Implementation
static newInstanceByMirror(ClassMirror classMirror)
=> classMirror.newInstance(const Symbol(""), []).reflectee;
Create a new instance of the specified class mirror.
static newInstanceByMirror(ClassMirror classMirror)
=> classMirror.newInstance(const Symbol(""), []).reflectee;