Property getter and setter for operationLabel:
@override String? get operationLabel => _operationLabel;
@override set operationLabel(String? operationLabel) { this._operationLabel = operationLabel; wrapped['operationLabel'] = jsonLiteral(operationLabel); }