getRawAttribute method

Object? getRawAttribute(
  1. String column
)
inherited

Reads an attribute value without applying accessors.

Implementation

Object? getRawAttribute(String column) => _ensureAttributes()[column];