locales property

Set<Locale> locales

Get list of language as Locale

Implementation

Set<Locale> get locales => codes.map((e) => e.locale).toSet();