authenticatorData property
String
get
authenticatorData
Implementation
String get authenticatorData =>
js_util.getProperty(this, 'authenticatorData');
set
authenticatorData
(String newValue)
Implementation
set authenticatorData(String newValue) {
js_util.setProperty(this, 'authenticatorData', newValue);
}