ResponsiveCollection<T> class abstract

Main Collection class

Overwrite to create your own

Implementers
Available extensions

Constructors

ResponsiveCollection()
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

Methods

lg(double width) → T
md(double width) → T
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sm1(double width) → T
sm2(double width) → T
toString() String
A string representation of this object.
inherited
xl(double width) → T
xs(double width) → T

Operators

operator ==(Object other) bool
The equality operator.
inherited