DiffLogEntry constructor

DiffLogEntry(
  1. Map<String, dynamic> wrapped, {
  2. MSchemaRef mtype = DiffLogEntryRef,
  3. bool update = true,
})

Implementation

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