ListDiffs<E>.empty constructor
ListDiffs<E>.empty ([
- ListDiffArguments<
E> ? args
Implementation
ListDiffs.empty([ListDiffArguments<E>? args])
: args = args ?? ListDiffArguments.empty(),
operations = const [],
super(const []);