hashCode property
Returns a hash code for the AppWindowDto object.
Implementation
@override
int get hashCode => Object.hash(appName, windowTitle);
Returns a hash code for the AppWindowDto object.
@override
int get hashCode => Object.hash(appName, windowTitle);