validate method

  1. @override
bool validate(
  1. String? value
)
override

Validate the event data

Implementation

@override
bool validate(String? value) => getErrors(value).isEmpty;