WhiteLabel constructor

WhiteLabel({
  1. required bool enable,
  2. required String domain,
  3. required String emailNoReply,
  4. required String emailSupport,
  5. required String brand,
  6. required String tagline,
  7. required String urlTos,
  8. required String urlPrivacy,
  9. required String urlAndroid,
  10. required String urlIos,
  11. required String urlOtherApp,
})

Implementation

WhiteLabel(
    {required this.enable,
    required this.domain,
    required this.emailNoReply,
    required this.emailSupport,
    required this.brand,
    required this.tagline,
    required this.urlLogo,
    required this.urlTos,
    required this.urlPrivacy,
    required this.urlAndroid,
    required this.urlIos,
    required this.urlOtherApp});