Lang constructor

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

Implementation

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