denominator property
int
get
denominator
Alternative way to access the denominator of the fraction.
Implementation
int get denominator => b;
Alternative way to access the denominator of the fraction.
int get denominator => b;