menu
pro_image_editor package
documentation
plugins/image/src/exif/ifd_value.dart
IfdValueSRational
IfdValueSRational.new constructor
IfdValueSRational.new constructor
dark_mode
light_mode
IfdValueSRational
constructor
IfdValueSRational
(
int
numerator
,
int
denominator
)
Implementation
IfdValueSRational(int numerator, int denominator) : value = [Rational(numerator, denominator)];
pro_image_editor package
documentation
plugins/image/src/exif/ifd_value
IfdValueSRational
IfdValueSRational.new constructor
IfdValueSRational class