EncodeOptions constructor

EncodeOptions({
  1. int? type,
  2. String? senderPublicKey,
  3. String? receiverPublicKey,
})

Implementation

EncodeOptions({this.type, this.senderPublicKey, this.receiverPublicKey});