Echo constructor

Echo({
  1. required String data,
})

Implementation

Echo({
  required this.data,
});