FirstAscent class
First ascent information
- Annotations
-
- @JsonSerializable.new(includeIfNull: false)
Constructors
- FirstAscent({String? name, String? date, String? info})
- Creates a new FirstAscent instance
-
FirstAscent.fromJson(Map<
String, dynamic> json) -
Creates a FirstAscent from JSON
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Converts this FirstAscent to JSON
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited