args property

List<String> args

Implementation

List<String> get args =>
    _segments.where((e) => e.mask).map((e) => e.name).toList();