SimpleRecipient constructor

SimpleRecipient(
  1. ToplAddress key,
  2. SimpleValue value
)

Implementation

SimpleRecipient(this.key, this.value);