memberPushOption property Null safety
@JsonKey(fromJson: NIMMemberPushOption._fromMap, toJson: NIMMemberPushOption._toMap), read / write
Push notifications for specified members.
Implementation
@JsonKey(
fromJson: NIMMemberPushOption._fromMap,
toJson: NIMMemberPushOption._toMap)
NIMMemberPushOption? memberPushOption;