Just small method rename
This commit is contained in:
@ -14,7 +14,7 @@ class View {
|
|||||||
}) {
|
}) {
|
||||||
childEntitiesAsBadges = [];
|
childEntitiesAsBadges = [];
|
||||||
childEntitiesAsCards = {};
|
childEntitiesAsCards = {};
|
||||||
_composeEntities();
|
_filterEntities();
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget buildWidget(BuildContext context) {
|
Widget buildWidget(BuildContext context) {
|
||||||
@ -24,7 +24,7 @@ class View {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
void _composeEntities() {
|
void _filterEntities() {
|
||||||
entities.forEach((Entity entity){
|
entities.forEach((Entity entity){
|
||||||
if (!entity.isGroup) {
|
if (!entity.isGroup) {
|
||||||
if (entity.isBadge) {
|
if (entity.isBadge) {
|
||||||
|
Reference in New Issue
Block a user