RouterMd5AuthenticationKey constructor

RouterMd5AuthenticationKey({
  1. String? key,
  2. String? name,
})

Implementation

RouterMd5AuthenticationKey({
  this.key,
  this.name,
});