equivalentTo method
Returns true
if the screenEvent is equal.
Implementation
@override
bool equivalentTo(Data other) =>
(other is ScreenEvent) ? screenEvent == other.screenEvent : false;
Returns true
if the screenEvent is equal.
@override
bool equivalentTo(Data other) =>
(other is ScreenEvent) ? screenEvent == other.screenEvent : false;