getAttribute<T> method

T? getAttribute<T>(
  1. String column
)
inherited

Reads an attribute by column name.

Implementation

T? getAttribute<T>(String column) => _ensureAttributes()[column] as T?;