Flutter
quantizer_wu
Box
Box constructor
Box
Box
constructor
Null safety
Box
(
{
int
r0
=
0
,
int
r1
=
0
,
int
g0
=
0
,
int
g1
=
0
,
int
b0
=
0
,
int
b1
=
0
,
int
vol
=
0
}
)
Implementation
Box( {this.r0 = 0, this.r1 = 0, this.g0 = 0, this.g1 = 0, this.b0 = 0, this.b1 = 0, this.vol = 0});
Flutter
quantizer_wu
Box
Box constructor
Box class
Constructors
Box
Properties
b0
b1
g0
g1
hashCode
r0
r1
runtimeType
vol
Methods
noSuchMethod
toString
Operators
operator ==