LaunchPath constructor

LaunchPath({
  1. String? id,
  2. String? name,
})

Implementation

LaunchPath({
  this.id,
  this.name,
});