visible method

List<Effect> visible()

Implementation

List<Effect> visible() => where((e) => e.visible).toList();