validator abstract method

FutureOr<Result> validator(
  1. dynamic value
)

Implementation

FutureOr<Result> validator(dynamic value);