page property
Gets the value of "page"
Implementation
String get page => getPropertyValue('page');
Sets the value of "page"
Implementation
set page(String value) {
setProperty('page', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "page"
String get page => getPropertyValue('page');
Sets the value of "page"
set page(String value) {
setProperty('page', value, '');
}