UserPushSoundGetRequest constructor Null safety

UserPushSoundGetRequest(
  1. {String? userId}
)

Implementation

UserPushSoundGetRequest({String? userId}) : super(userId: userId) {
  url = 'users/${userId ?? state.userId}/push_preference';
}