ExifSingleValue constructor
ExifSingleValue(
- double value
Implementation
ExifSingleValue(double value)
: value = Float32List(1) {
this.value[0] = value;
}
ExifSingleValue(double value)
: value = Float32List(1) {
this.value[0] = value;
}