void end=(Rect value)

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

Source

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