dspecIfSame method

bool dspecIfSame(
  1. dynamic other
)

Implementation

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