span abstract method

  1. @useResult
TimezoneSpan span({
  1. required EpochMicroseconds at,
})

Returns the TimezoneSpan at the microseconds since Unix epoch.

Implementation

@useResult TimezoneSpan span({required EpochMicroseconds at});