Input$RequiredStatusCheckInput constructor

Input$RequiredStatusCheckInput({
  1. String? appId,
  2. required String context,
})

Implementation

Input$RequiredStatusCheckInput({this.appId, required this.context});