Versions constructor

Versions({
  1. String? version,
  2. Map<String, String>? infos,
})

Implementation

Versions({this.version, this.infos});