FUBeautyParam constructor

FUBeautyParam({
  1. String? mTitle,
  2. String? mParam,
  3. double? mValue,
  4. String? image,
  5. bool? isSeleted = false,
  6. int? type = 0,
})

Implementation

FUBeautyParam(
    {this.mTitle,
    this.mParam,
    this.mValue,
    this.image,
    this.isSeleted = false,
    this.type = 0});