Entity class refactoring

This commit is contained in:
estevez-dev
2019-09-14 19:12:11 +03:00
parent 2ea7d9440c
commit 78dd7df686
3 changed files with 10 additions and 17 deletions

View File

@ -211,12 +211,6 @@ class Entity {
);
}
Widget buildHistoryWidget() {
return EntityHistoryWidget(
config: historyConfig,
);
}
Widget buildBadgeWidget(BuildContext context) {
return EntityModel(
entityWrapper: EntityWrapper(entity: this),