fromJson static method

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

Implementation

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