Skill class

This class represents a skill.

Constructors

Skill.fromJson(Map<String, dynamic> json)
The default constructor.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
level String?
The proficiency in the given skill.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skill String?
The name of the skill.
final
years int?
The years of experience in the given skill.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Convert this object into a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited