Language.other constructor

Language.other(
  1. Locale other
)

Returns a new Language for a locale that is not included in values.

Implementation

factory Language.other(Locale other) => Language._internal(other);