of<M> method

M? of<M>()

Implementation

M? of<M>() => data[M] as M?;