BsSelectValidatorValue<T> typedef

BsSelectValidatorValue<T> = String? Function(T? value)

Type definition for custom bs form validator

Implementation

typedef BsSelectValidatorValue<T> = String? Function(T? value);