isScalar method

bool isScalar(
  1. Uint8List x
)

Implementation

bool isScalar(Uint8List x) {
  return x.length == 32;
}