Blob constructor

Blob(
  1. List<int> blob
)

Implementation

Blob(this.blob);