SafeRoomNoticeData constructor

SafeRoomNoticeData(
  1. {required String state}
)

Implementation

SafeRoomNoticeData({required this.state});