JaguarMapCoder constructor

JaguarMapCoder({
  1. Converter<List<int>, Digest>? signer,
  2. Codec<String, String>? encrypter,
})

Implementation

JaguarMapCoder({this.signer, this.encrypter});