algo3
utils
MinMax
constructor MinMax
MinMax
class MinMax
Constructors
MinMax
Properties
max
min
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
MinMax
(
num
min
,
num
max
)
Source
MinMax(this.min, this.max) {}
constructor MinMax