LuckIntroModel constructor

LuckIntroModel({
  1. List<String> ruleList = const [],
  2. List<ItemIntro> giftInfo = const [],
})

Implementation

LuckIntroModel({this.ruleList: const[], this.giftInfo: const[]});