DartVersionOptions.forPackage constructor

const DartVersionOptions.forPackage(
  1. String source, {
  2. bool published = true,
})

Implementation

const DartVersionOptions.forPackage(
  this.source, {
  this.published = true,
}) : isPackageName = true;