BreakpointDip enum
- Inheritance
- Implemented types
- Mixed-in types
- Available extensions
Values
- dip1200 → const BreakpointDip
-
const BreakpointDip(1200)
- dip1000 → const BreakpointDip
-
const BreakpointDip(1000)
- dip800 → const BreakpointDip
-
const BreakpointDip(800)
- dip600 → const BreakpointDip
-
const BreakpointDip(600)
- dip400 → const BreakpointDip
-
const BreakpointDip(400)
- dip360 → const BreakpointDip
-
const BreakpointDip(360)
- dip320 → const BreakpointDip
-
const BreakpointDip(320)
- dip300 → const BreakpointDip
-
const BreakpointDip(300)
- zero → const BreakpointDip
-
const BreakpointDip(0)
Properties
Methods
-
compareTo(
Object other) → int -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator <(
Object other) → bool -
inherited
-
operator <=(
Object other) → bool -
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
Object other) → bool -
inherited
-
operator >=(
Object other) → bool -
inherited
Constants
-
values
→ const List<
BreakpointDip> - A constant List of the values in this enum, in order of their declaration.