payloadAsync property

FutureOr<T?> payloadAsync

Implementation

FutureOr<T?> get payloadAsync => then((r) => r.payload);