UriSettings constructor

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

Implementation

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