renew property

Reaction get renew

Implementation

Reaction get renew {
  return Reaction(
      color: color,
      tooltip: tooltip,
      on: on,
      off: off,
      count: count,
      uri: uri);
}