length property
int
get
length
Gets the number of authorizations in this batch.
Implementation
int get length => _authorizations.length;
Gets the number of authorizations in this batch.
int get length => _authorizations.length;