isApplicable method
Implementation
@override
bool isApplicable(DogStructure structure, DogStructureField field) {
return field.structure;
}
@override
bool isApplicable(DogStructure structure, DogStructureField field) {
return field.structure;
}