fromJson static method

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

Implementation

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