hidden property

List<EntityField> hidden

Implementation

List<EntityField> get hidden => where((e) => e.isHidden).toList();