SelfData constructor

SelfData({
  1. String? id,
  2. String? name,
  3. String? namespace,
  4. String? type,
  5. String? icon,
  6. String? short_description,
  7. String? terms_of_service,
  8. String? privacy_policy,
  9. String? company_name,
  10. String? support_email,
  11. String? support_phone,
  12. String? support_website,
  13. String? website,
  14. String? street,
  15. String? city,
  16. String? state,
  17. String? zip,
  18. String? country,
  19. SelfDataAllowed_locations? allowed_locations,
  20. String? gateway_api_url,
})

Implementation

SelfData({
  this.id,
  this.name,
  this.namespace,
  this.type,
  this.icon,
  this.short_description,
  this.terms_of_service,
  this.privacy_policy,
  this.company_name,
  this.support_email,
  this.support_phone,
  this.support_website,
  this.website,
  this.street,
  this.city,
  this.state,
  this.zip,
  this.country,
  this.allowed_locations,
  this.gateway_api_url,
});