fromJson static method

Implementation

static ProgressStartEventBody fromJson(Map<String, Object?> obj) =>
    ProgressStartEventBody.fromMap(obj);