Executable.fromJson constructor

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

Implementation

Executable.fromJson(this.name, String? script);