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