WeChatAuthResponse.fromMap constructor

WeChatAuthResponse.fromMap(
  1. Map map
)

Implementation

WeChatAuthResponse.fromMap(Map map)
    : type = map['type'],
      country = map['country'],
      lang = map['lang'],
      code = map['code'],
      state = map['state'],
      super._(map[_errCode], map[_errStr]);