$Spec constructor

$Spec({
  1. int? version,
})

Implementation

$Spec({
  this.version,
});