hashCode property

  1. @override
int hashCode
override

Note: id is unique per business so id, alias, and name are sufficient for the hashCode

Implementation

@override
int get hashCode => Object.hash(id, alias, name);