Info constructor

Info({
  1. String? version,
})

Returns a new Info instance.

Implementation

Info({
  this.version,
});