blob abstract method

Blob? blob(
  1. Object nameOrIndex
)
override

Returns the column at the given nameOrIndex as a Blob.

Returns null if the value is not a of the expected typ or it is null.

Throws a RangeError if the nameOrIndex is ouf of range.

Implementation

Blob? blob(Object nameOrIndex);