utcOffset abstract method

dynamic utcOffset({
  1. required ({int nanoseconds, int seconds}) when,
})

Implementation

i0.Option<int> utcOffset({required ({int seconds, int nanoseconds}) when});