userModify property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getuserModify
Gets the value of "user-modify"
Implementation
String get userModify => getPropertyValue('user-modify');
setuserModify (String value)
Sets the value of "user-modify"
Implementation
set userModify(String value) {
setProperty('user-modify', value, '');
}