ModuleVersion constructor

const ModuleVersion({
  1. String? name,
  2. BigInt? version,
})

Implementation

const ModuleVersion({this.name, this.version});