Taggable constructor

const Taggable()

A class that helps implement equality without needing to explicitly override == and hashCode. Taggables override their own == operator and hashCode based on their props.

Implementation

const Taggable();