getInt8 static method

int getInt8(
  1. List<int> value
)

Implementation

static int getInt8(List<int> value) =>
    Uint8List.fromList(value).buffer.asByteData().getInt8(0);