get method

Future<List<List>> get()

Implementation

Future<List<List>> get() async {
  return exec();
}