has_assets property

  1. @JsonKey.new(name: 'has_assets', defaultValue: false)
bool has_assets
getter/setter pair

Whether a Worker contains assets.

Implementation

@JsonKey(name: 'has_assets', defaultValue: false)
late bool has_assets;