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