anyOf<T> static method

AnyOf<T> anyOf<T>(
  1. List<List<Rule<T>>> ruleSets, {
  2. String? message,
})

Implementation

static AnyOf<T> anyOf<T>(
  List<List<Rule<T>>> ruleSets, {
  String? message,
}) =>
    AnyOf<T>(ruleSets, message: message);