scriptSource property

String get scriptSource

Implementation

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