equals method

bool? equals(
  1. DateTime self,
  2. DateTime other
)
inherited

Implementation

bool? equals(T self, T other) => null;