factory FirstAscent.fromJson(Map<String, dynamic> json) { return FirstAscent( year: json['year'] as int?, name: json['name'] as String?, ); }