CoreDefinitionVersion constructor

CoreDefinitionVersion({
  1. List<Core>? cores,
})

Implementation

CoreDefinitionVersion({
  this.cores,
});