get method

Skill? get(
  1. String name
)

Implementation

Skill? get(String name) => _skills[name];