decode method

T decode(
  1. Object? value
)

Converts a raw stored value into T.

Implementation

T decode(Object? value) => _decode(value);