titleHash property
int
get
titleHash
Implementation
int get titleHash => title.withoutAccents.toLowerCase().trim().hashCode;
int get titleHash => title.withoutAccents.toLowerCase().trim().hashCode;