FunctionDef constructor
FunctionDef({})
Creates a FunctionDef instance.
Implementation
FunctionDef({
required this.name,
required this.api,
this.method = 'GET',
this.request,
this.response,
this.pagination = false,
this.query,
});