Data constructor

Data({
  1. required String text,
  2. required String path,
})

Implementation

Data({required this.text, required this.path});