annotationForField method
Annotation
annotationForField(
- FieldElement field
Given a field element, retrieve the Annotation
equivalent
Implementation
Annotation annotationForField(FieldElement field) => _columnExpando[field] ??= from(field);