Data constructor

Data({
  1. List<Translations>? translations,
})

Implementation

Data({this.translations});