source property
The source of the job message, either from the service or from this API.
Implementation
JobMessageSource get source {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_JobMessage_getSource(_handle, errorHandler);
});
return JobMessageSource._fromCoreValue(coreValue);
}