id property
The id of the script in the Workers system. Usually the script name.
Implementation
@JsonKey(name: 'id', required: true)
late String id;
The id of the script in the Workers system. Usually the script name.
@JsonKey(name: 'id', required: true)
late String id;