ApiMethodMetadata constructor
const
ApiMethodMetadata({})
Implementation
const ApiMethodMetadata({
required this.name,
required this.inputs,
required this.output,
required this.docs,
});
const ApiMethodMetadata({
required this.name,
required this.inputs,
required this.output,
required this.docs,
});