parent property

Future<P?> get parent

Implementation

Future<P?> get parent => then((o) => o.parent);