kSimplelocalizeFormats top-level constant

Map<String, SimplelocalizeBaseFormat> const kSimplelocalizeFormats

Implementation

const kSimplelocalizeFormats = <String, SimplelocalizeBaseFormat>{
  'json': SimplelocalizeJsonFormat(),
  'yaml': SimplelocalizeYamlFormat(),
  'arb': SimplelocalizeArbFormat(),
};