@override void setProperty(String key, dynamic value) async { super.setProperty(key, value); _setProperty(key, value); }