lastUpdated property

  1. @JsonKey.new(toJson: iso8601)
DateTime? get lastUpdated
inherited

When these statistics were last computed.

Implementation

int? get avgHandlingTimeSec;/// When these statistics were last computed.
@JsonKey(toJson: iso8601) DateTime? get lastUpdated;