DartType.dynamicType constructor

DartType.dynamicType()

Implementation

factory DartType.dynamicType() {
  return DartType._coreType('dynamic');
}