attestationObject property

String get attestationObject

Implementation

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

Implementation

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