SignedDelegation constructor

const SignedDelegation({
  1. Delegation? delegation,
  2. BinaryBlob? signature,
})

Implementation

const SignedDelegation({this.delegation, this.signature});