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