StandardUriDesign constructor
const
StandardUriDesign(
- Uri base
Creates an instance of UriDesign recommended by JSON:API standard.
The base
URI will be used as a prefix for the generated URIs.
Implementation
const StandardUriDesign(this.base);