void end=(Point value)

Setting the arc's end parameter is not supported. Construct a new arc instead.

Source

@override
set end(Point value) {
  assert(false); // not supported
}