validate method

List<String>? validate(
  1. T value
)

Implementation

List<String>? validate(T value) => throw UnimplementedError();