menu
files_preview package
documentation
image.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)];
files_preview package
documentation
image
IfdValueRational
IfdValueRational.new constructor
IfdValueRational class