StartIapActivityReq.fromJson constructor

StartIapActivityReq.fromJson(
  1. String str
)

Implementation

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