typeDescriptor property

TypeDescriptor get typeDescriptor

Implementation

TypeDescriptor get typeDescriptor => _typeDescriptor != null ? _typeDescriptor! : (_typeDescriptor = TypeDescriptor.forType(this.type));