isApplicable method
Returns true if this validator is applicable for field
.
Implementation
@override
bool isApplicable(DogStructure structure, DogStructureField field) {
return field.structure;
}
Returns true if this validator is applicable for field
.
@override
bool isApplicable(DogStructure structure, DogStructureField field) {
return field.structure;
}