setD method

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

Implementation

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