cancelledAt property

  1. @JsonKey(name: 'cancelled_at')
int? get cancelledAt
inherited

The Unix timestamp (in seconds) for when the run was cancelled.

Implementation

@JsonKey(name: 'cancelled_at')
int? get cancelledAt => throw _privateConstructorUsedError;