getHash method

dynamic getHash([
  1. dynamic builder
])
override

Implementation

getHash([builder]) {
  return "normal-${this.scope}";
}