hasArgs property

bool hasArgs

Does the run function has arguments

Implementation

bool get hasArgs => args!.isNotEmpty;