getHash method

dynamic getHash([
  1. dynamic builder
])

Implementation

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