degree property

int get degree

Implementation

int get degree => _degree;
set degree (dynamic d)

Implementation

set degree(d) {
  _degree = d;
}