executable property
String
get
executable
The executable token — what the allowlist gates on.
Implementation
String get executable => command.trim().split(RegExp(r'\s+')).first;
The executable token — what the allowlist gates on.
String get executable => command.trim().split(RegExp(r'\s+')).first;