Resources constructor
Resources({
- ResourcesCpu? cpu,
- ResourcesMemory? memory,
- String? startedAt,
- String? now,
- num? pid,
Returns a new Resources instance.
Implementation
Resources({
this.cpu,
this.memory,
this.startedAt,
this.now,
this.pid,
});