Sink constructor

Sink({
  1. Map<String, Object>? codec,
  2. Map<String, Object>? spec,
})

Implementation

Sink({
  this.codec,
  this.spec,
});