getReflection method

dynamic getReflection(
  1. dynamic a,
  2. dynamic b
)

Implementation

getReflection(a, b) {
  return a - (b - a);
}