BoxShadowListUtility<T extends Attribute> class
A utility class for building Attribute instances from a list of BoxShadowDto objects.
This class extends MixUtility and provides a convenient way to create Attribute instances by transforming a list of BoxShadow objects into a list of BoxShadowDto objects.
- Inheritance
-
- Object
- MixUtility<
T, List< BoxShadowDto> > - BoxShadowListUtility
Constructors
-
BoxShadowListUtility(T builder(List<
BoxShadowDto> )) -
const
Properties
-
builder
→ T Function(List<
BoxShadowDto> ) -
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
call(
List< BoxShadow> shadows) → T - Creates an Attribute instance from a list of BoxShadow objects.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited