LuckRecordModel constructor

LuckRecordModel({
  1. List<LuckItemModel> prizes = const [],
  2. String lotteryTime = "",
  3. String lotteryName = "",
})

Implementation

LuckRecordModel({this.prizes: const [], this.lotteryTime = "", this.lotteryName = ""});