last property

bool get last

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

Implementation

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

Implementation

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