rest property

List<String> get rest

Implementation

List<String> get rest => List.unmodifiable(_rest);