RuntimeVersion constructor

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

Implementation

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