PolyglotModel constructor

PolyglotModel({
  1. Map<String, Map<String, String>>? langs,
})

Implementation

PolyglotModel({this.langs});