wechatParamFromJson function

WechatParam wechatParamFromJson(
  1. String str
)

Implementation

WechatParam wechatParamFromJson(String str) => WechatParam.fromJson(json.decode(str));