fromJson static method

Implementation

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