ArbSerializer.parse constructor

ArbSerializer.parse(
  1. String localeIdentifier,
  2. Map<String, String> data,
  3. String context
)

Implementation

ArbSerializer.parse(String localeIdentifier, this.data, this.context)
    : locale = Locale.parse(localeIdentifier);