LoadableStateContainerOptions.withNullStateMessage constructor

LoadableStateContainerOptions.withNullStateMessage(
  1. String nullStateMessage
)

Implementation

factory LoadableStateContainerOptions.withNullStateMessage(
        String nullStateMessage) =>
    LoadableStateContainerOptions(nullStateMessage: nullStateMessage);