UMerchantBindParams.fromJson constructor

UMerchantBindParams.fromJson(
  1. String str
)

Implementation

factory UMerchantBindParams.fromJson(String str) => UMerchantBindParams.fromMap(json.decode(str));