ServiceExtensionResponse constructor
ServiceExtensionResponse({})
Implementation
ServiceExtensionResponse({
required this.id,
required this.success,
this.result,
this.errorCode,
this.errorMessage,
});
ServiceExtensionResponse({
required this.id,
required this.success,
this.result,
this.errorCode,
this.errorMessage,
});