Gets the value of "user-modify"
Source
String get userModify => getPropertyValue('user-modify');
Sets the value of "user-modify"
Source
set userModify(String value) {
setProperty('user-modify', value, '');
}
Gets the value of "user-modify"
String get userModify => getPropertyValue('user-modify');
Sets the value of "user-modify"
set userModify(String value) {
setProperty('user-modify', value, '');
}