DiffLogEntryBase constructor
DiffLogEntryBase(
- Map<
String, dynamic> wrapped, { - MSchemaRef mtype = DiffLogEntryRef,
- required bool update,
Implementation
DiffLogEntryBase(Map<String, dynamic> wrapped, {MSchemaRef mtype = DiffLogEntryRef, required bool update})
: super(wrapped, mtype: mtype, update: false) {
if (update == true) takeFromMap(wrapped, copyEntries: false);
}