LaunchConfiguration constructor

LaunchConfiguration({
  1. String? name,
})

Implementation

LaunchConfiguration({
  this.name,
});