controller property

StorageController? controller

get the controller needed for materializing the node if required.

@return the controller

Implementation

StorageController? get controller;
void controller=(StorageController? _controller)

Sets the controller needed for materializing the node if required.

@param controller the controller to be set @return the previously set controller

Implementation

set controller(StorageController? _controller);