fromJson static method

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

Implementation

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