when method
Creates a subscription builder for one or more control names.
Implementation
DepSubscription when(Iterable<String> fieldNames) =>
DepSubscription._(this, fieldNames.toList(growable: false));
Creates a subscription builder for one or more control names.
DepSubscription when(Iterable<String> fieldNames) =>
DepSubscription._(this, fieldNames.toList(growable: false));