blobValueBy method

  1. @override
Uint8List? blobValueBy(
  1. String name
)

Read binary value by name.

Implementation

@override
Uint8List? blobValueBy(String name) => blobValueAt(_ensureIndexExisted(name));