operationLabel property

  1. @override
String? operationLabel
override

Property getter and setter for operationLabel:

Implementation

@override String? get operationLabel => _operationLabel;
  1. @override
void operationLabel=(String? operationLabel)
override

Implementation

@override set operationLabel(String? operationLabel) {
  this._operationLabel = operationLabel;
  wrapped['operationLabel'] = jsonLiteral(operationLabel);
}