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
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - index → int
 - 
  A numeric identifier for the enumerated value.
  no setterinherited
 - name → String
 - 
      
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - value → double
 - 
  
  final
 
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.