whenOrNull<TResult extends Object?> method
TResult?
whenOrNull<TResult extends Object?>({
- TResult? decrypted()?,
- TResult? errorStatus(
- String reason
inherited
Implementation
@optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
TResult? Function(AesSuccessActionDataDecrypted data)? decrypted,
TResult? Function(String reason)? errorStatus,
}) =>
throw _privateConstructorUsedError;