FirstAscent constructor

const FirstAscent({
  1. int? year,
  2. String? name,
})

Implementation

const FirstAscent({this.year, this.name});