string constant

StringSchema Function({String? description, Iterable<String>? enumValues, int? maxLength, int? minLength, String? pattern, String? title}) const string

Alias for StringSchema.new.

Implementation

static const string = StringSchema.new;