breakpoints property

List<Breakpoint> get breakpoints

List of breakpoints.

Implementation

_i2.List<_i3.Breakpoint> get breakpoints => (_i4.getProperty(
      this,
      'breakpoints',
    ) as _i2.List)
        .cast();