Data constructor

Data({
  1. String? text,
})

Implementation

Data({this.text});