NIMMemberPushOption constructor Null safety

NIMMemberPushOption(
  1. {String? forcePushContent,
  2. List<String>? forcePushList,
  3. bool isForcePush = true}
)

Implementation

NIMMemberPushOption(
    {this.forcePushContent, this.forcePushList, this.isForcePush = true});