Other constructor

Other({
  1. String? data,
  2. String? index,
})

Implementation

Other({
  this.data,
  this.index,
});