notInSetException property Null safety
final
Implementation
final AlfredException notInSetException = AlfredException(
400,
{
"message":
"This timestamp is not included in the current table. strom_api does not serve this time frame."
},
);