IfdValueSByte constructor

IfdValueSByte(
  1. int value
)

Implementation

IfdValueSByte(int value) : value = Int8List(1) {
  this.value[0] = value;
}