duration property
num?
get
duration
How long this thing happens for when it happens.
Implementation
num? get duration => durationField.getValue(_json);
How long this thing happens for when it happens.
num? get duration => durationField.getValue(_json);