MatchAction<T>.disabled constructor
const
MatchAction<T>.disabled ({
- required String key,
- required DataCollectionPredicate<
T> predicate,
Implementation
const MatchAction.disabled({
required this.key,
required this.predicate,
}) : type = MatchActionType.and,
isEnabled = false;