menu
sunny_sdk_core package
documentation
model/diff_log_entry.dart
DiffLogEntry
DiffLogEntry.of constructor
DiffLogEntry.of constructor
dark_mode
light_mode
DiffLogEntry.of
constructor
DiffLogEntry.of
(
{
List
<
Change
>
?
changes
,
})
Implementation
DiffLogEntry.of({List<Change>? changes}) : super.of( changes: changes, );
sunny_sdk_core package
documentation
model/diff_log_entry
DiffLogEntry
DiffLogEntry.of constructor
DiffLogEntry class