pick abstract method

Future<List> pick(
  1. List<String> columns
)

pick pick

Implementation

Future<List<dynamic>> pick(List<String> columns);