fromJson static method

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

Implementation

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