Version constructor

Version(
  1. {List<VersionName>? names,
  2. NamedAPIResource? versionGroup,
  3. String? name,
  4. int? id}
)

Implementation

Version({this.names, this.versionGroup, this.name, this.id});