select method

  1. @override
SelectStep select(
  1. List<Field> fields
)
override

Starts a new query selecting the specified fields from the specified type. SQL equivalent SELECT

Implementation

@override
SelectStep select(List<Field> fields) => _SelectStep(this, fields);