SDNSignableKey constructor

SDNSignableKey(
  1. String userId,
  2. Map<String, String> keys,
  3. Map<String, Map<String, String>>? signatures, {
  4. Map<String, Object?>? unsigned,
})

Implementation

SDNSignableKey(this.userId, this.keys, this.signatures, {this.unsigned});