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