using_latest_model property
- @JsonKey.new(name: 'using_latest_model', defaultValue: false)
getter/setter pair
A read-only field that indicates whether the zone currently is running the latest ML model.
Implementation
@JsonKey(name: 'using_latest_model', defaultValue: false)
late bool using_latest_model;