toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'enable': this.enable,
      'domain': this.domain,
      'email_noreply': this.emailNoReply,
      'email_support': this.emailSupport,
      'brand': this.brand,
      'tagline': this.tagline,
      'url_logo': this.urlLogo,
      'url_tos': this.urlTos,
      'url_privacy': this.urlPrivacy,
      'url_android': this.urlAndroid,
      'url_ios': this.urlIos,
      'url_otherapp': this.urlOtherApp,
    };