IfdValueShort constructor

IfdValueShort(
  1. int value
)

Implementation

IfdValueShort(int value) : value = Uint16List(1) {
  this.value[0] = value;
}