to property

Gets the UTC offset during this phase

Implementation

UtcOffset get to => getProperty<UtfOffsetProperty>(
        UtfOffsetProperty.propertyNameTimezoneOffsetTo)!
    .offset;
void to=(UtcOffset value)

Sets the UTC offset during this phase

Implementation

set to(UtcOffset value) => setProperty(UtfOffsetProperty.create(
    UtfOffsetProperty.propertyNameTimezoneOffsetTo, value)!);