StringOptions constructor

StringOptions({
  1. required List<String> items,
})

Implementation

StringOptions({required this.items});