typeInfo property

TypeInfo typeInfo

Returns a TypeInfo of this instance.

Implementation

TypeInfo get typeInfo => _typeInfo ?? _toTypeInfo<T>(this);