definition property

String definition

Returns the Cube's definition string U..R..F..D..L..B.

Implementation

String get definition => colors.map((e) => e.letter).join();