static bool isDefaultUint8Array(Uint8List array) { return array.lengthInBytes == 0 && array[0] == 0; }