payloadAsync property

Future<T?> payloadAsync

Implementation

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