parentNotNull property

Future<P> get parentNotNull

Implementation

Future<P> get parentNotNull => thenChain((o) => o.parentNotNull);