rawOffset property

  1. @BuiltValueField(wireName: r'rawOffset')
num? rawOffset

The offset from UTC (in seconds) for the given location. This does not take into effect daylight savings.

Implementation

@BuiltValueField(wireName: r'rawOffset')
num? get rawOffset;