offset property
int?
get
offset
The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event.
Implementation
int? get offset => offsetField.getValue(_json);