degree property

  1. @override
int degree
override

The degree of the polynomial.

Implementation

@override
int get degree => 1;