attestation property

String attestation

Implementation

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

Implementation

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