ifNoneMatch property

String? ifNoneMatch

ifNoneMatch If the ETag values match, return a 304 Not Modified status. See the API documentation for "Conditional Read".

Implementation

String? get ifNoneMatch => _bundleRequest.ifNoneMatch;