binaryValue property
Value of the HTTP header if it cannot be represented by UTF-8, stored as individual byte values (0..255).
Implementation
List<int>? get binaryValue =>
_wrapped.binaryValue?.toDart.cast<int>().map((e) => e).toList();
Value of the HTTP header if it cannot be represented by UTF-8, stored as individual byte values (0..255).
List<int>? get binaryValue =>
_wrapped.binaryValue?.toDart.cast<int>().map((e) => e).toList();