GiVersion constructor

GiVersion({
  1. String? name,
  2. String? version,
})

Implementation

GiVersion({this.name, this.version});