debugUpdateCount property

int? get debugUpdateCount

Implementation

static int? get debugUpdateCount {
  if (!kDebugMode) {
    return null;
  }
  return _updates.length;
}