$Shared23 constructor

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

Implementation

$Shared23({this.name, this.version});