dspecIfSame method

bool dspecIfSame(
  1. dynamic other
)

Implementation

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