UserPushTriggerOptionGetRequest constructor Null safety

UserPushTriggerOptionGetRequest(
  1. {String? userId}
)

Implementation

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