det property

double det

Implementation

double get det => a * d - b * c;