with3 method
Implementation
AFWidgetID with3(Object? first, Object? second, Object? third) {
return AFID.with3(
library: library,
codeId: codeId,
first: first,
second: second,
third: third,
creator: AFWidgetID.create
);
}
AFWidgetID with3(Object? first, Object? second, Object? third) {
return AFID.with3(
library: library,
codeId: codeId,
first: first,
second: second,
third: third,
creator: AFWidgetID.create
);
}