start static method

dynamic start()

Implementation

static start(){
  if(ENV.data?.debug ?? false){

    _time = DateTime.now();
  }
}