ChangeResult constructor

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

Implementation

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