Count property

int get Count
Gets the total number of responses in the list.

Implementation

int get Count => this._responses.length;