googleapis package
documentation
$shared
$RgbColor
$RgbColor constructor
$RgbColor
$RgbColor
constructor
Null safety
$RgbColor
(
{
double
?
blue
,
double
?
green
,
double
?
red
}
)
Implementation
$RgbColor({ this.blue, this.green, this.red, });
googleapis package
documentation
$shared
$RgbColor
$RgbColor constructor
$RgbColor class
Constructors
$RgbColor
fromJson
Properties
blue
green
hashCode
red
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==