defaultValueMirror property

InstanceMirror defaultValueMirror

InstanceMirror for the default value.

Implementation

InstanceMirror get defaultValueMirror =>
    _expandoForDefaultValueMirror[this] ??=
        InstanceMirror.of(newInstance(), kind: this);