fromJson static method

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

Implementation

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