Resolves #107 Show entity attributes
This commit is contained in:
8
lib/entity_class/sun_entity.class.dart
Normal file
8
lib/entity_class/sun_entity.class.dart
Normal file
@ -0,0 +1,8 @@
|
||||
part of '../main.dart';
|
||||
|
||||
class _SunEntityWidgetState extends _EntityWidgetState {
|
||||
|
||||
@override
|
||||
List<String> attributesToShow = ["all"];
|
||||
|
||||
}
|
Reference in New Issue
Block a user