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