NetworkConfig constructor

NetworkConfig(
  1. int exchangeRate,
  2. String currencyImg,
  3. String currencyName,
  4. String? cardDefaultImg,
  5. String? avatarDefaultImg,
  6. bool? allowToGetMemberByPhone,
  7. String? faqWebUrl,
  8. String? benefitWebUrl,
  9. String? brandColor,
  10. bool? allowMerchantIssueMemberCard,
)

Implementation

NetworkConfig(
  this.exchangeRate,
  this.currencyImg,
  this.currencyName,
  this.cardDefaultImg,
  this.avatarDefaultImg,
  this.allowToGetMemberByPhone,
  this.faqWebUrl,
  this.benefitWebUrl,
  this.brandColor,
  this.allowMerchantIssueMemberCard,
);