Trust constructor

Trust(
  1. PublicKey pk,
  2. dynamic kid
)

Implementation

Trust(this.pk, this.kid);