addDefinition method
Adds a new character definition to the collection.
definition
The character definition to add.
Implementation
void addDefinition(CharacterDefinition definition) {
_definitions.add(definition);
}
Adds a new character definition to the collection.
definition
The character definition to add.
void addDefinition(CharacterDefinition definition) {
_definitions.add(definition);
}