RtCommonFunction constructor
RtCommonFunction()
Factory constructor returns the singleton instance
Implementation
factory RtCommonFunction() {
return _commonFunction;
}
Factory constructor returns the singleton instance
factory RtCommonFunction() {
return _commonFunction;
}