ApiDefinition constructor
const
ApiDefinition({})
Implementation
const ApiDefinition({
required this.title,
this.version,
this.description,
required this.services,
this.globalHeaders,
});
const ApiDefinition({
required this.title,
this.version,
this.description,
required this.services,
this.globalHeaders,
});