when method

DepSubscription when(
  1. Iterable<String> fieldNames
)

Creates a subscription builder for one or more control names.

Implementation

DepSubscription when(Iterable<String> fieldNames) =>
    DepSubscription._(this, fieldNames.toList(growable: false));