hasConfirmedBooking property

bool hasConfirmedBooking

Implementation

bool get hasConfirmedBooking =>
    userProfileModel.value.data?.hasConfirmedBooking ?? false;