Count property

int Count
Gets the number of responses in the collection.

Implementation

int get Count => this._responses!.length;