TypeEncodeDecode constructor

TypeEncodeDecode(
  1. LegacyBCS bcs,
  2. List generics,
  3. EncodeCb encodeCb,
  4. DecodeCb decodeCb,
  5. ValidateCb validateCb,
)

Implementation

TypeEncodeDecode(this.bcs, this.generics, this.encodeCb, this.decodeCb, this.validateCb);