setM method

void setM(
  1. double m
)

Sets the measure value, if supported.

@param m the value to set as M

Implementation

void setM(double m) {
  throw ArgumentError("Invalid ordinate index: $M");
}