hashData method

  1. @override
List hashData(
  1. MP m
)
override

Implementation

@override
hashData(m) {
  return ['app', m['name'], m['to']];
}