My2c2pSDKResponse.fromJson constructor

My2c2pSDKResponse.fromJson(
  1. String str
)

Implementation

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