copyValue method

  1. @override
  2. @protected
List<E> copyValue()
override

Copy the value for update emission

Implementation

@override
@protected
List<E> copyValue() => List.from(unregisteredValue);