typeInfo property

TypeInfo? typeInfo

Returns this type as a TypeInfo.

Implementation

TypeInfo? get typeInfo {
  var self = this;
  return self?.typeInfo;
}