fromJson static method

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

Implementation

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