Box class Null safety

Constructors

Box({int r0 = 0, int r1 = 0, int g0 = 0, int g1 = 0, int b0 = 0, int b1 = 0, int vol = 0})

Properties

b0 int
read / write
b1 int
read / write
g0 int
read / write
g1 int
read / write
hashCode int
The hash code for this object.
read-onlyinherited
r0 int
read / write
r1 int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
vol int
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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