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