BreakpointToken constructor
const
BreakpointToken(
- String name
Creates a new breakpoint token with the given name.
Implementation
const BreakpointToken(super.name);
Creates a new breakpoint token with the given name.
const BreakpointToken(super.name);