ProgressResult constructor
const
ProgressResult({})
Creates a ProgressResult.
Implementation
const ProgressResult({
required this.tag,
this.functionName,
this.argumentsJson,
this.kwargsJson,
this.callId,
this.methodCall,
this.resultJson,
this.isError,
this.errorMessage,
this.futureCallIdsJson,
});