WeChatAuthGotQRCodeResponse.fromMap constructor

WeChatAuthGotQRCodeResponse.fromMap(
  1. Map map
)

Implementation

WeChatAuthGotQRCodeResponse.fromMap(Map map)
    : qrCode = map['qrCode'],
      super._(map[_errCode], map[_errStr]);