Count property

int get Count
Gets the number of responses in the collection.

Implementation

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