singleton property

UtilsSingleTone get singleton

Implementation

static UtilsSingleTone get singleton => _singleton;
set singleton (UtilsSingleTone value)

Implementation

static set singleton(UtilsSingleTone value) {}