Record constructor

Record(
  1. String locale,
  2. Map<String, String> records
)

Implementation

Record(this.locale, this.records);