singleton property

T singleton

Implementation

T get singleton => _singleton ??= creationFunction();