changePieceRegionEffects property

List<RegionEffect> changePieceRegionEffects

Region effects that change the piece type.

Implementation

List<RegionEffect> get changePieceRegionEffects =>
    regionEffects.where((e) => e.pieceType != null).toList();