SnapState<T>.none constructor
const
SnapState<T>.none ({})
Create a SnapState in idle state
Implementation
const SnapState.none({
this.data,
String debugName = '',
Object? Function(T?)? toDebugString,
String infoMessage = '',
}) : status = StateStatus.isIdle,
oldSnapState = null,
snapError = null,
_infoMessage = infoMessage,
_isImmutable = true,
_debugName = debugName,
_toDebugString = toDebugString;