declarePrototypeID method

String declarePrototypeID(
  1. AFCommandContext ctx,
  2. String screenName
)

Implementation

String declarePrototypeID(AFCommandContext ctx, String screenName) {
  return _declareID(ctx,
    name: screenName,
    suffix: "Prototype",
    after: AFCodeRegExp.startPrototypeID,
  );
}