fromJson static method

Implementation

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