DeckTranslation constructor

DeckTranslation({
  1. required String name,
  2. String? description,
})

Implementation

DeckTranslation({
  required super.name,
  super.description,
});