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