RouterMd5AuthenticationKey.fromJson constructor

RouterMd5AuthenticationKey.fromJson(
  1. Map json_
)

Implementation

RouterMd5AuthenticationKey.fromJson(core.Map json_)
    : this(
        key: json_['key'] as core.String?,
        name: json_['name'] as core.String?,
      );