yIntercept property Null safety

double yIntercept

Implementation

double get yIntercept => (m * sumY - p * sumX) / (num * m);