getStringValues abstract method

List<String> getStringValues({
  1. required String key,
})

Returns the string value list linked to the key, otherwise empty list.

Implementation

List<String> getStringValues({required String key});