localizeList method

  1. @protected
Iterable<String> localizeList(
  1. String key
)

Implementation

@protected
Iterable<String> localizeList(String key) => localization.localizeList(key);