IfdValueSLong constructor

IfdValueSLong(
  1. int value
)

Implementation

IfdValueSLong(int value) : value = Int32List(1) {
  this.value[0] = value;
}