My2c2pSDK.fromJson constructor

My2c2pSDK.fromJson(
  1. String str
)

Implementation

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