data property

S? data
final

The data held by the state, if any.

This is non-null only in the data state.

Implementation

final S? data;