IfdByteValue constructor

IfdByteValue(
  1. int value
)

Implementation

IfdByteValue(int value) : value = Uint8List(1) {
  this.value[0] = value;
}