setD method

  1. @override
  2. @nonVirtual
D setD(
  1. D o
)
override

Copies the fields of o into this instance and returns this.

Implementation

@override
@nonVirtual
D setD(D o) => throw UnsupportedError('$runtimeType: is just a view; cannot write to it.');