BackgroundTranslation constructor

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

Implementation

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