SparkOption constructor

SparkOption(
  1. String? _label,
  2. String? _value
)

Implementation

SparkOption(this._label, this._value);