availableAt property

  1. @JsonKey(name: 'available_at')
String availableAt
inherited

Takes on the first non-null value of end_actual, start_actual, start_scheduled, or published_at

Implementation

@JsonKey(name: 'available_at')
String get availableAt => throw _privateConstructorUsedError;