getOffset method

Duration? getOffset()

Return offset

Implementation

Duration? getOffset() {
  return _offset;
}