isEqualTo method

bool isEqualTo(
  1. Duration other
)

Implementation

bool isEqualTo(Duration other) => this == other;