DartVersionOptions constructor

const DartVersionOptions({
  1. String source = './pubspec.yaml',
  2. bool published = false,
  3. bool isPackageName = false,
})

Implementation

const DartVersionOptions(
    {this.source = './pubspec.yaml',
    this.published = false,
    this.isPackageName = false});