Breakpoint<T> class

Associates a size with a value to represent a "visual" breakpoint

Implemented types

Constructors

Breakpoint(int? size, {required T value})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
Raw representation of this breakpoint
final
value → T
Associated value with this breakpoint
final

Methods

compareTo(Breakpoint<T> other) int
Compares this object to another object.
override
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 <(Breakpoint<T> other) bool
operator <=(Breakpoint<T> other) bool
operator ==(Object other) bool
The equality operator.
inherited
operator >(Breakpoint<T> other) bool
operator >=(Breakpoint<T> other) bool