blob method Null safety

Blob? blob(
  1. String key
)

Returns the value for the given key as a Blob.

{@macro cbl.DictionaryInterface.typedNullableGetter

Implementation

Blob? blob(String key);