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