menu
firebaseapis package
documentation
cloudfunctions/v1.dart
CallFunctionResponse
CallFunctionResponse constructor
CallFunctionResponse constructor
dark_mode
light_mode
CallFunctionResponse
constructor
CallFunctionResponse
(
{
String
?
error
,
String
?
executionId
,
String
?
result
,
})
Implementation
CallFunctionResponse({ this.error, this.executionId, this.result, });
firebaseapis package
documentation
cloudfunctions/v1
CallFunctionResponse
CallFunctionResponse constructor
CallFunctionResponse class