Announcement.empty constructor
Announcement.empty()
Implementation
factory Announcement.empty() => Announcement(
id: 0,
weight: 0,
description: '',
title: '',
imgUrl: '',
);
factory Announcement.empty() => Announcement(
id: 0,
weight: 0,
description: '',
title: '',
imgUrl: '',
);