copyWith method
Implementation
Input$RequiredStatusCheckInput copyWith(
{String? Function()? appId, String? context}) =>
Input$RequiredStatusCheckInput(
appId: appId == null ? this.appId : appId(),
context: context == null ? this.context : context);