Field.getBinaryAtIndex Method¶
Module: Field
Definition¶
Gets the binary data at the specified index.
Uint8List getBinaryAtIndex(int index)
Parameters
index intin The index of the binary field to retrieve.
Returns
Uint8ListThe binary data.
Exceptions
An error has occurred during Bioseal Library execution.