VersionInfo constructor

VersionInfo({
  1. String? id,
  2. String? name,
})

Implementation

VersionInfo({this.id, this.name});