You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get a param. But I get this error:The method 'where' was called on null. Receiver: null. Tried calling: where(Closure: (dynamic) => bool). This how I am trying to get the param:
Param _param = Param(ros:ros,
name: 'tank_max'
);
var tmp=_param.get();
I appreciate any help.
The text was updated successfully, but these errors were encountered:
I am trying to get a param. But I get this error:The method 'where' was called on null. Receiver: null. Tried calling: where(Closure: (dynamic) => bool). This how I am trying to get the param:
Param _param = Param(ros:ros,
name: 'tank_max'
);
var tmp=_param.get();
I appreciate any help.
The text was updated successfully, but these errors were encountered: