IfdValueAscii.list constructor

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

Implementation

IfdValueAscii.list(List<int> value) : value = String.fromCharCodes(value);