attestationObject property

String attestationObject

Implementation

String get attestationObject =>
    js_util.getProperty(this, 'attestationObject');
void attestationObject=(String newValue)

Implementation

set attestationObject(String newValue) {
  js_util.setProperty(this, 'attestationObject', newValue);
}