selfCreateString abstract method

String selfCreateString(
  1. V validator
)

Returns Dart code that re-creates the Validatable instance or the equivalent Converter instance that can be used to convert properties of the type the validator validates.

Implementation

String selfCreateString(V validator);