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