FrontEndServer constructor
FrontEndServer({
- String? name,
- String? osVersion,
- List<
CloudResource> ? resources,
Implementation
FrontEndServer({
this.name,
this.osVersion,
this.resources,
});