getItems method

List<String>? getItems()

Implementation

List<String>? getItems() {
  return _getItems()?.cast<String>();
}