pluck abstract method

Future pluck(
  1. String column, [
  2. String? key
])

Implementation

Future<dynamic> pluck(String column, [String? key]);