add method

  1. @alwaysThrows
  2. @override
void add(
  1. HRow value
)
override

This operation is not supported by an unmodifiable list.

Implementation

@alwaysThrows
@override
void add(HRow value) {
  throw UnsupportedError("Cannot add to an unmodifiable list");
}