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