with1 method

AFPrototypeID with1(
  1. Object first
)

Implementation

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