compatibility_flags property
- @JsonKey.new(name: 'compatibility_flags', defaultValue: <String>[])
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;