page property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getpage
Gets the value of "page"
Implementation
String get page => getPropertyValue('page');
setpage (String value)
Sets the value of "page"
Implementation
set page(String value) {
setProperty('page', value, '');
}