Returns the list of String values for key.
key
List<String> asStringList(final dynamic key) => _getList<String>( key, emptyStringList, (source, result) => _convertStrings(source, result.add), );