WeChatShareResponse.fromMap constructor

WeChatShareResponse.fromMap(
  1. Map map
)

Implementation

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