BreakpointToken constructor

const BreakpointToken(
  1. String name
)

Creates a new breakpoint token with the given name.

Implementation

const BreakpointToken(super.name);