Multiple class

Mixed in types
Annotations
  • @freezed

Constructors

Multiple.applyGradient()
const
factory
Multiple.blend({required Uint8List bytes, required BlendMode blendMode})
const
factory
Multiple.replaceBackground({required Uint8List bytes, required Rgb rgb})
const
factory
Multiple.watermarkFromBytes({required int x, required int y, required Uint8List bytes})
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 watermarkFromBytes(_MultipleWatermarkFromBytes value), required TResult applyGradient(_MultipleApplyGradient value), required TResult replaceBackground(_MultipleReplaceBackground value), required TResult blend(_MultipleBlend value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult watermarkFromBytes(_MultipleWatermarkFromBytes value)?, TResult applyGradient(_MultipleApplyGradient value)?, TResult replaceBackground(_MultipleReplaceBackground value)?, TResult blend(_MultipleBlend value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult watermarkFromBytes(_MultipleWatermarkFromBytes value)?, TResult applyGradient(_MultipleApplyGradient value)?, TResult replaceBackground(_MultipleReplaceBackground value)?, TResult blend(_MultipleBlend value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult watermarkFromBytes(int x, int y, Uint8List bytes)?, TResult applyGradient()?, TResult replaceBackground(Uint8List bytes, Rgb rgb)?, TResult blend(Uint8List bytes, BlendMode blendMode)?, 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 watermarkFromBytes(int x, int y, Uint8List bytes), required TResult applyGradient(), required TResult replaceBackground(Uint8List bytes, Rgb rgb), required TResult blend(Uint8List bytes, BlendMode blendMode)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult watermarkFromBytes(int x, int y, Uint8List bytes)?, TResult applyGradient()?, TResult replaceBackground(Uint8List bytes, Rgb rgb)?, TResult blend(Uint8List bytes, BlendMode blendMode)?}) → TResult?
inherited

Operators

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