SkillMetadata constructor
const
SkillMetadata({})
Implementation
const SkillMetadata({
this.description = '',
this.version = '1.0.0',
this.minServerpodVersion,
this.dependencies = const [],
this.source = const SkillSource.builtin(),
this.tags = const [],
});