notifyInsertedRange method

  1. @override
void notifyInsertedRange(
  1. int from,
  2. int count
)

Implementation

@override
void notifyInsertedRange(int from, int count) =>
    _notifyReplacedRange(from, 0, count, null);