locales property

  1. @override
List<String> locales
override

A readonly list of Locales indicating, in decreasing order starting with

  • the preferred locale, the locales that are acceptable to the client based
  • on the Accept-Language header

Implementation

@override
List<String> get locales => origin.locales;