ExifSByteValue constructor
ExifSByteValue(
- int value
Implementation
ExifSByteValue(int value)
: value = Int8List(1) {
this.value[0] = value;
}
ExifSByteValue(int value)
: value = Int8List(1) {
this.value[0] = value;
}