fromJson static method

ContinueArguments fromJson(
  1. Map<String, Object?> obj
)

Implementation

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