with1 method
Implementation
AFPrototypeID with1(Object first) {
return AFID.with3<AFPrototypeID>(
library: library,
codeId: codeId,
first: first,
creator: AFPrototypeID.create,
);
}
AFPrototypeID with1(Object first) {
return AFID.with3<AFPrototypeID>(
library: library,
codeId: codeId,
first: first,
creator: AFPrototypeID.create,
);
}