Simulation constructor
Simulation({
- String? createTime,
- String? name,
- List<
ResourceValueConfigMetadata> ? resourceValueConfigsMetadata,
Implementation
Simulation({
this.createTime,
this.name,
this.resourceValueConfigsMetadata,
});