aspects property

Set<Aspect> aspects
latefinal

All aspects in this deck (i.e. inherited from both leader and base).

Implementation

late final Set<Aspect> aspects = {
  ...leader.aspects,
  ...base.aspects,
};