SamTextDto constructor

SamTextDto({
  1. String? fr,
  2. String? nl,
  3. String? de,
  4. String? en,
})

Returns a new SamTextDto instance.

Implementation

SamTextDto({
  this.fr,
  this.nl,
  this.de,
  this.en,
});