TypeEncodeDecode constructor
TypeEncodeDecode(
- LegacyBCS bcs,
- List generics,
- EncodeCb encodeCb,
- DecodeCb decodeCb,
- ValidateCb validateCb,
Implementation
TypeEncodeDecode(this.bcs, this.generics, this.encodeCb, this.decodeCb, this.validateCb);