moveDefinitions property

List<MoveDefinition> moveDefinitions

Generates all the move definitions for this atom.

Implementation

List<MoveDefinition> get moveDefinitions =>
    directions.map((d) => MoveDefinition.fromBetza(this, d)).toList();