FlutterPublish constructor
FlutterPublish({
- PublishStage? stage,
- bool? isDryRun,
Implementation
FlutterPublish({
this.stage,
bool? isDryRun,
}) : isDryRun = isDryRun ?? false;