Display constructor

Display(
  1. String uid, {
  2. Map<Lang, String> translations = const {},
})

Implementation

Display(this.uid, { this.translations = const {} });