dspec_if_same method

bool dspec_if_same(
  1. dynamic other
)

Implementation

bool dspec_if_same(other) =>
    this.key == other.key
    && this.value == other.value;