Check if value exists after generate
Future<bool> get existStrict async { try { return await value != null; } catch (_) { return false; } }