MetaFormContext.empty constructor

MetaFormContext.empty(
  1. BuildContext context,
  2. MSchemaRef emptyRef
)

Implementation

MetaFormContext.empty(BuildContext context, MSchemaRef emptyRef)
    : this._(
        context,
        subject: null,
        scope: {},
        ref: emptyRef,
        embedPath: null,
      );