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
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited