FullIdWithValue typedef

FullIdWithValue = ({FullId id, Object value})

The return type of the SQLite.select method.

This type is a record containing a FullId and an Object.

Implementation

typedef FullIdWithValue = ({FullId id, Object value});