AddressFormatter constructor

const AddressFormatter([
  1. String _language = 'en'
])

_language is an ISO 639-1 language code.

Implementation

const AddressFormatter([this._language = 'en']);