from property

UtcOffset from

Gets the UTC offset before this phase

Implementation

UtcOffset get from => getProperty<UtfOffsetProperty>(
        UtfOffsetProperty.propertyNameTimezoneOffsetFrom)!
    .offset;
void from=(UtcOffset value)

Sets the UTC offset before this phase

Implementation

set from(UtcOffset value) => setProperty(UtfOffsetProperty.create(
    UtfOffsetProperty.propertyNameTimezoneOffsetFrom, value)!);