IfdValueUndefined.data constructor

IfdValueUndefined.data(
  1. InputBuffer data,
  2. int count
)

Implementation

IfdValueUndefined.data(InputBuffer data, int count)
    : value = Uint8List.fromList(data.readBytes(count).toUint8List());