BeautyItem class

Constructors

BeautyItem({required BeautyType type, required dynamic value, required String title, required String iconPath, PFBeautyFiterType? beautyType, String? filterName})
BeautyItem.beauty(PFBeautyFiterType beautyType, double value, String title, String iconPath)
factory
BeautyItem.filter(String filterName, double value, String title, String iconPath)
factory
BeautyItem.oneKey(int value, String title, String iconPath)
factory
BeautyItem.sticker(String filterName, String title, String iconPath)
factory

Properties

beautyType PFBeautyFiterType?
final
filterName String?
final
hashCode int
The hash code for this object.
no setterinherited
iconPath String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
type BeautyType
final
value → dynamic
final

Methods

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