compatibility_flags property

  1. @JsonKey.new(name: 'compatibility_flags', defaultValue: <String>[])
List<String> compatibility_flags
getter/setter pair

Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a compatibility_date.

Implementation

@JsonKey(name: 'compatibility_flags', defaultValue: <String>[])
late List<String> compatibility_flags;