compatibility_date property
- @JsonKey.new(name: 'compatibility_date', required: true)
getter/setter pair
Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker.
Implementation
@JsonKey(name: 'compatibility_date', required: true)
late DateTime compatibility_date;