MetaFormSection({String? label, String? key, required Set properties}) : this._( label: label, key: key, properties: {...properties.map((prop) => JsonPath.of(prop))});