m32 property

double get m32

Implementation

double get m32 => d10;
set m32 (double m32)

Implementation

set m32(double m32) {
  d10 = m32;
}