Tint class

Mixed in types
Annotations
  • @freezed

Constructors

Tint.bluechrome()
const
factory
Tint.mauve()
const
factory
Tint.radio()
const
factory
Tint.rosetint()
const
factory
Tint.twenties()
const
factory

Properties

fullName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult radio(_TintRadio value), required TResult twenties(_TintTwenties value), required TResult rosetint(_TintRosetint value), required TResult mauve(_TintMauve value), required TResult bluechrome(_TintBluechrome value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult radio(_TintRadio value)?, TResult twenties(_TintTwenties value)?, TResult rosetint(_TintRosetint value)?, TResult mauve(_TintMauve value)?, TResult bluechrome(_TintBluechrome value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult radio(_TintRadio value)?, TResult twenties(_TintTwenties value)?, TResult rosetint(_TintRosetint value)?, TResult mauve(_TintMauve value)?, TResult bluechrome(_TintBluechrome value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult radio()?, TResult twenties()?, TResult rosetint()?, TResult mauve()?, TResult bluechrome()?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toPhotonFilter() → PhotonFilter
override
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult radio(), required TResult twenties(), required TResult rosetint(), required TResult mauve(), required TResult bluechrome()}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult radio()?, TResult twenties()?, TResult rosetint()?, TResult mauve()?, TResult bluechrome()?}) → TResult?
inherited

Operators

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