numerator property

  1. @override
int numerator
override

The dividend a of the a/b division, which also is the numerator of the associated fraction.

Implementation

@override
int get numerator => _numerator;