Resolves #107 Show entity attributes

This commit is contained in:
Yegor Vialov
2018-10-07 15:03:51 +03:00
parent ce69f044fb
commit a4ac40b366
7 changed files with 153 additions and 77 deletions

View File

@ -0,0 +1,8 @@
part of '../main.dart';
class _SunEntityWidgetState extends _EntityWidgetState {
@override
List<String> attributesToShow = ["all"];
}