factory Input$StaticDataInput({ required String key, required String value, }) => Input$StaticDataInput._({ r'key': key, r'value': value, });