DiffLogEntry constructor
DiffLogEntry(
- Map<
String, dynamic> wrapped, { - MSchemaRef mtype = DiffLogEntryRef,
- bool update = true,
Implementation
DiffLogEntry(Map<String, dynamic> wrapped, {MSchemaRef mtype = DiffLogEntryRef, bool update = true})
: super(wrapped, mtype: mtype, update: update);