GoogleTranslate constructor

GoogleTranslate()

Implementation

factory GoogleTranslate() {
  assert(_singleton != null);
  return _singleton!;
}