Example constructor
const
Example({})
Implementation
const Example({
required this.title,
this.documentation,
this.input = const {},
this.output = const {},
this.error,
});
const Example({
required this.title,
this.documentation,
this.input = const {},
this.output = const {},
this.error,
});