RegisterCluster constructor

RegisterCluster(
  1. String key,
  2. String? name,
  3. int addr,
  4. int size,
  5. RegisterType registerType,
  6. Map<String, RegisterField> fields, {
  7. String? tag,
})

Implementation

RegisterCluster(this.key, this.name, this.addr,this.size ,this.registerType,this.fields,{this.tag});