length property

  1. @override
int get length
override

The number of properties.

Implementation

@override
int get length => _properties.length;