getParent method

Future<Entry> getParent()

Implementation

Future<Entry> getParent() {
  return Future<Entry>.value(this);
}