RawCodecSpec constructor

RawCodecSpec(
  1. {String name,
  2. String type}
)

Implementation

RawCodecSpec({
  this.name,
  this.type,
});