getType method

ConstructType<T>? getType()

Implementation

ConstructType<T>? getType() {
  return _type;
}