ContextField constructor
ContextField({})
Implementation
ContextField({
required this.name,
required this.type,
this.isList = false,
this.isMap = false,
this.isCustom = false,
required this.jsonKey,
required this.hasJsonKey,
});