dspecIfSame method

bool dspecIfSame(
  1. dynamic other
)

Implementation

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