Res constructor

Res({
  1. String? key,
  2. Map<Object?, Object?>? data,
})

Implementation

Res({
  this.key,
  this.data,
});