StructuredUniform constructor

StructuredUniform(
  1. dynamic id
)

Implementation

StructuredUniform(this.id) {
  seq = [];
  map = {};
}