Accessor to the bits of a particular field within the CSR by name name.
name
Logic getField(String name) => elements.firstWhere((element) => element.name == '${this.name}_$name');