LocalizedString constructor

const LocalizedString(
  1. Map<String, String> _strings
)

Implementation

const LocalizedString(this._strings);