none method

SupaNoneModifier<B, R> none()

A modifier that does not modify the query. Used for when no data needs to be retrieved.

This is required in order to refer T.

Implementation

SupaNoneModifier<B, R> none() => const SupaNoneModifier();