help static method

dynamic help()

Here is help

Como usar:

dart 'local_do_arquivo_criado_na_base' -create

How to use:

dart 'location_of_file_created_in_base' -create

Implementation

static help(){
          print(
'''










  Como usar:
    dart 'local_do_arquivo_criado_na_base' -create

  How to use:
    dart 'location_of_file_created_in_base' -create


'''
      );
  }