Data constructor

Data(
  1. String uid,
  2. String locale,
  3. String title
)

Implementation

Data(this.uid, this.locale, this.title);