Limit<T> constructor

Limit<T>(
  1. int _length
)

Limit the queried data to a given length.

Same as Query.limit. Look at firestore documentation for more.

Implementation

Limit(this._length);