Translation constructor

const Translation(
  1. List<String> msgstr, {
  2. Map<String, dynamic>? comments,
})

Implementation

const Translation(this.msgstr, {this.comments});