IfdValueUndefined.list constructor

IfdValueUndefined.list(
  1. List<int> value
)

Implementation

IfdValueUndefined.list(List<int> value) : value = Uint8List.fromList(value);