density property

double get density

Implementation

double get density => fold(0.0, (v, e) => v + e.density);