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