ResultPickColumn extension

on

Methods

pick(List<String> columns) List

Available on MapEntry<String, dynamic>, provided by the ResultPickColumn extension

Pick columns from the map entry value, based on the given columns as keys. The "dynamic" value is required to be a map, or at least respond to the [] operator with a String key.