Signed<T> constructor

Signed<T>(
  1. Signature signature,
  2. Content<T> content
)

Implementation

Signed(this.signature, this.content);