RgbModel class
Properties
Methods
-
collectReferences(
{String? appId}) → Future< List< ModelReference> > -
copyWith(
{int? r, int? g, int? b, double? opacity}) → RgbModel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
{String? appId}) → RgbEntity -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromEntity(
RgbEntity? entity) → Future< RgbModel?> -
fromEntityPlus(
RgbEntity? entity, {String? appId}) → Future< RgbModel?>
Constants
- id → const String
- packageName → const String