menu
eliud_core_main package
documentation
model/rgb_entity.dart
RgbEntity
RgbEntity constructor
RgbEntity constructor
dark_mode
light_mode
RgbEntity
constructor
RgbEntity
(
{
int
?
r
,
int
?
g
,
int
?
b
,
double
?
opacity
,
})
Implementation
RgbEntity({
this
.r,
this
.g,
this
.b,
this
.opacity, });
eliud_core_main package
documentation
model/rgb_entity
RgbEntity
RgbEntity constructor
RgbEntity class
Constructors
RgbEntity
Properties
b
g
hashCode
opacity
props
r
runtimeType
Methods
copyWith
enrichedDocument
noSuchMethod
switchAppId
toDocument
toJsonString
toString
Operators
operator ==
Static methods
fromJsonString
fromMap