UrlSettings constructor

UrlSettings({
  1. String? cartUriTemplate,
  2. String? checkoutUriTemplate,
})

Implementation

UrlSettings({this.cartUriTemplate, this.checkoutUriTemplate});