scriptSource property

String scriptSource

Implementation

String get scriptSource {
  return File(appScriptPath).readAsStringSync();
}