Version constructor

Version(
  1. String identifier,
  2. List<String> features
)

Implementation

Version(this.identifier, this.features);