ConfigVo constructor

ConfigVo({
  1. String? url,
  2. String? siteUrl,
  3. String? appprimaryColorCode,
  4. String? appSecondaryColorCode,
  5. String? langCode,
  6. String? privacyPolicy,
})

Implementation

ConfigVo(
    {this.url,
    this.siteUrl,
    this.appLogo,
    this.appprimaryColorCode,
    this.appSecondaryColorCode,
    this.langCode,
    this.privacyPolicy});