menu
collection_diff package
documentation
algorithms/myers.dart
MyersDiff
MyersDiff const constructor
MyersDiff const constructor
dark_mode
light_mode
MyersDiff
constructor
const
MyersDiff
(
[
bool
identityOnly
=
true
])
Implementation
const MyersDiff([this.identityOnly = true]);
collection_diff package
documentation
algorithms/myers
MyersDiff
MyersDiff const constructor
MyersDiff class