rest property

List<String> get rest

Get the rest arguments (unparsed)

Implementation

List<String> get rest => _results.rest;