add method

  1. @override
void add(
  1. bool value
)
inherited

This operation is not supported by an unmodifiable list.

Implementation

@override
void add(E value) =>
    throw UnsupportedError('Cannot add to an unmodifiable list');