LiveCommandSchema constructor
const
LiveCommandSchema({
- required String name,
- String? description,
- List<
LiveCommandOption> options = const [],
Creates a LiveCommandSchema.
Implementation
const LiveCommandSchema({
required this.name,
this.description,
this.options = const [],
});