Why am I getting the Equatable error: The element type can't be assigned to the list type 'Object'

I upgraded Flutter to v 3.3.4 and am trying to fix the null safety issues with my blocs, but have run into a problem with Equatable props. When I make one of the event properties nullable, the equatable get props shows the following error on the [tour] prop: The element type ‘Tour?’ can’t be assigned… Read More Why am I getting the Equatable error: The element type can't be assigned to the list type 'Object'