typeInfo property

TypeInfo typeInfo

Returns type as a TypeInfo.

Implementation

TypeInfo get typeInfo => _typeInfo ??= TypeInfo<O>.fromType(type);