value property

List<String> get value

Returns the strings as a list

Implementation

List<String> get value => _stack.toList();