InputNotifyCommunity constructor

const InputNotifyCommunity({
  1. required InputChannelBase community,
})

Input Notify Community constructor.

Implementation

const InputNotifyCommunity({required this.community}) : super._();