NotifyCommunity constructor

const NotifyCommunity({
  1. required int communityId,
})

Notify Community constructor.

Implementation

const NotifyCommunity({required this.communityId}) : super._();