SkillMetadata constructor

const SkillMetadata({
  1. String description = '',
  2. String version = '1.0.0',
  3. String? minServerpodVersion,
  4. List<String> dependencies = const [],
  5. SkillSource source = const SkillSource.builtin(),
  6. List<String> tags = const [],
})

Implementation

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