visible property

List<EntityField> visible

Implementation

List<EntityField> get visible => where((e) => e.isVisible).toList();