with2 method

AFWidgetID with2(
  1. Object? first,
  2. Object? second
)

Implementation

AFWidgetID with2(Object? first, Object? second) {
  return with3(first, second, null);
}