menu
nearby_cross package
documentation
helpers/bytes_utils.dart
BytesUtils
getInt8 static method
getInt8 static method
dark_mode
light_mode
getInt8
static method
int
getInt8
(
List
<
int
>
value
)
Implementation
static int getInt8(List<int> value) => Uint8List.fromList(value).buffer.asByteData().getInt8(0);
nearby_cross package
documentation
helpers/bytes_utils
BytesUtils
getInt8 static method
BytesUtils class