isRetainedSuitable static method

bool isRetainedSuitable(
  1. IotWidgetElement selectedIotWidgetElement,
  2. Property property
)

Implementation

static bool isRetainedSuitable(
    IotWidgetElement selectedIotWidgetElement, Property property) {
  return selectedIotWidgetElement.retained == property.retained;
}