read<V> abstract method

V? read<V>(
  1. dynamic attribute
)

Returns the current value for a related attribute, if available.

Implementation

V? read<V>(dynamic attribute);