Executable constructor

Executable(
  1. String name,
  2. String? script
)

Implementation

Executable(this.name, String? script);