memberPushOption property Null safety

NIMMemberPushOption? memberPushOption
@JsonKey(fromJson: NIMMemberPushOption._fromMap, toJson: NIMMemberPushOption._toMap), read / write

Push notifications for specified members.

Implementation

@JsonKey(
    fromJson: NIMMemberPushOption._fromMap,
    toJson: NIMMemberPushOption._toMap)
NIMMemberPushOption? memberPushOption;