setDescription method
Fluent method to set the route description.
Implementation
RouteData setDescription(String text) {
description = text;
return this;
}
Fluent method to set the route description.
RouteData setDescription(String text) {
description = text;
return this;
}