fromJson static method

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

Implementation

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