requestId property

int requestId

Implementation

int get requestId {
  _requestId ??= _Statics.nextRequestId;

  return _requestId!;
}