toNullable method

A? toNullable()

Implementation

A? toNullable() => fold(() => null, id);