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