failedAttempts property

QueryIntegerProperty<ScreenEntity> failedAttempts
final

See ScreenEntity.failedAttempts.

Implementation

static final failedAttempts = obx.QueryIntegerProperty<ScreenEntity>(
  _entities[0].properties[7],
);