clearedList<V> method
Null safety
A factory method which creates a single EmpireStateChanged object with a description stating that the entire list was cleared
Implementation
static EmpireStateChanged<Iterable<V>> clearedList<V>(Iterable<V> iterable,
{String? propertyName}) =>
EmpireStateChanged(<V>[], iterable,
propertyName: propertyName, description: 'Iterable Cleared');