import org.jetbrains.annotations.NotNull;
public class DartLineBreakpointType extends XLineBreakpointTypeBase {
protected DartLineBreakpointType() {
super("Dart", DartBundle.message("dart.line.breakpoints.title"), new DartDebuggerEditorsProvider());
}