get<TData extends Object> method
- @protected
Gets a value of type TData from the logic block's blackboard.
Implementation
@protected
TData get<TData extends Object>() => _internalState.get<TData>();
Gets a value of type TData from the logic block's blackboard.
@protected
TData get<TData extends Object>() => _internalState.get<TData>();