From 6a43e04b31ba65ffbda8ed318ad2e96dc8562e72 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sun, 21 Oct 2018 15:26:14 +0300 Subject: [PATCH] Just small method rename --- lib/view_class.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/view_class.dart b/lib/view_class.dart index 29cf665..cd6fb15 100644 --- a/lib/view_class.dart +++ b/lib/view_class.dart @@ -14,7 +14,7 @@ class View { }) { childEntitiesAsBadges = []; childEntitiesAsCards = {}; - _composeEntities(); + _filterEntities(); } Widget buildWidget(BuildContext context) { @@ -24,7 +24,7 @@ class View { ); } - void _composeEntities() { + void _filterEntities() { entities.forEach((Entity entity){ if (!entity.isGroup) { if (entity.isBadge) {