Translations constructor

Translations({
  1. int? id,
  2. int? resourceId,
  3. String? text,
})

Implementation

Translations({this.id, this.resourceId, this.text});