locale property

  1. @override
String locale
override

The preferred Locale that the client will accept content in,

  • based on the Accept-Language header.

Implementation

@override
String get locale => origin.locale;