ListDiffs<E>.empty constructor

ListDiffs<E>.empty([
  1. ListDiffArguments<E>? args
])

Implementation

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