decode abstract method

T? decode(
  1. TStore? stored
)

Decodes a value of storage type TStore back to type T.

Returns null if the stored value is null or cannot be decoded.

Implementation

T? decode(TStore? stored);