ClientActivityCase constructor

ClientActivityCase({
  1. required String tiktokCaseOneUrl,
  2. required String tiktokCaseTwoUrl,
  3. required String xhsCaseOneUrl,
  4. required String xhsCaseTwoUrl,
})

Implementation

ClientActivityCase({
  required this.tiktokCaseOneUrl,
  required this.tiktokCaseTwoUrl,
  required this.xhsCaseOneUrl,
  required this.xhsCaseTwoUrl,
});