WeChatLaunchMiniProgramResponse.fromMap constructor

WeChatLaunchMiniProgramResponse.fromMap(
  1. Map map
)

Implementation

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