BreakpointRef constructor

const BreakpointRef(
  1. BreakpointToken token
)

Creates a new breakpoint reference with the given token.

Implementation

const BreakpointRef(this.token);