MEntity constructor

MEntity(
  1. Map<String, dynamic> wrapped, {
  2. MSchemaRef? mtype,
  3. bool? update,
})

Implementation

MEntity(Map<String, dynamic> wrapped, {MSchemaRef? mtype, bool? update})
    : super(wrapped, mtype: mtype, update: update);