addAllActiveList<V> static method
addAllActiveList Method that describes ActiveStateChanged of type ActiveList when new values is added to a list
Implementation
static ActiveStateChanged addAllActiveList<V>(Iterable<V> newValues,
{String? typeName}) =>
ActiveStateChanged(newValues, null,
typeName: typeName, info: 'List values added : $newValues');