fromJson static method

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

Implementation

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