node_count property

  1. @Deprecated("Use nodeCount instead.")
int node_count

Implementation

@Deprecated("Use nodeCount instead.")
// ignore: non_constant_identifier_names
int get node_count => nodeCount;