type property
Direction string type.
The type of the direction string.
Implementation
DirectionMessageType get type {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_DirectionMessage_getType(
_handle,
errorHandler,
);
});
return DirectionMessageType._fromCoreValue(
coreValue,
);
}