setC method

  1. @override
  2. @nonVirtual
D setC(
  1. C o
)
override

Implementation

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