Locale constructor

const Locale(
  1. String _locale,
  2. String? _normalize
)

Implementation

const Locale(this._locale, this._normalize);