last property

bool last

A value indicating whether this response is the last response of an exchange.

Implementation

bool get last => _last;
  1. @internal
void last=(bool val)

Implementation

@internal
set last(final bool val) => _last = val;