FlutterPublish constructor

FlutterPublish({
  1. PublishStage? stage,
  2. bool? isDryRun,
})

Implementation

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