WeChatPaymentResponse.fromMap constructor

WeChatPaymentResponse.fromMap(
  1. Map map
)

Implementation

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