value property
final
The raw data to set, or the array to write the current option value into.
This list must be the correct length for the expected option. For most options that take int or bool values, the length should be 4. For options that expect a struct (such as an in_addr_t), the length should be the correct length for that struct.
Implementation
final Uint8List value;