remoteCandidateId property

String get remoteCandidateId

Implementation

_i2.String get remoteCandidateId => _i4.getProperty(
      this,
      'remoteCandidateId',
    );
set remoteCandidateId (String value)

Implementation

set remoteCandidateId(_i2.String value) {
  _i4.setProperty(
    this,
    'remoteCandidateId',
    value,
  );
}