asTypeReflection property

TypeReflection asTypeReflection

Returns this instance as TypeReflection.

Implementation

TypeReflection get asTypeReflection => TypeReflection<T>(
    type, _arguments.map((e) => e.asTypeReflection).toList(growable: false));