Recipient constructor

const Recipient(
  1. String address,
  2. RecipientType type
)

Implementation

const Recipient(this.address, this.type);