DartType.voidType constructor

DartType.voidType()

Implementation

factory DartType.voidType() {
  return DartType._coreType('void');
}