args property

  1. @JsonKey(name: 'args')
List<String> args
inherited

Command options, if any.

Implementation

@JsonKey(name: 'args')
List<String> get args => throw _privateConstructorUsedError;