rpId property
String?
get
rpId
Implementation
_i2.String? get rpId => _i4.getProperty(
this,
'rpId',
);
set
rpId
(String? value)
Implementation
set rpId(_i2.String? value) {
_i4.setProperty(
this,
'rpId',
value ?? _i6.undefined,
);
}