Returns the JsonField of this field.
List<JsonField> get jsonFieldAnnotations => _annotations.whereType<JsonField>().toList();