WeChatOpenCustomerServiceChatResponse.fromMap constructor

WeChatOpenCustomerServiceChatResponse.fromMap(
  1. Map map
)

Implementation

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