ParsedEndpoint constructor
const
ParsedEndpoint({})
Creates parsed endpoint metadata.
Implementation
const ParsedEndpoint({
required this.id,
this.target = 'backend',
this.method,
this.contract,
this.usage,
});
Creates parsed endpoint metadata.
const ParsedEndpoint({
required this.id,
this.target = 'backend',
this.method,
this.contract,
this.usage,
});