fromJson static method

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

Implementation

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