LocalizedString constructor

LocalizedString({
  1. Map<String, String>? args,
  2. String? message,
  3. String? token,
})

Implementation

LocalizedString({
  this.args,
  this.message,
  this.token,
});