@override Future<T?> getProperty() async { final property = await super.getProperty(); await this.set(property); return property; }