dspec_if_same method

bool dspec_if_same(
  1. dynamic other
)

Implementation

bool dspec_if_same(other) => this.toString() == other.toString();