using_latest_model property

  1. @JsonKey.new(name: 'using_latest_model', defaultValue: false)
bool using_latest_model
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;