fullCommand property
String
get
fullCommand
Full command string for display purposes.
Implementation
String get fullCommand => '$command ${args.join(' ')}'.trim();
Full command string for display purposes.
String get fullCommand => '$command ${args.join(' ')}'.trim();