bool checkApiVersionValidate({num? v}) { final vv = v ?? kMinimumSupportRpcVersion; return vv >= minRpcVersion && vv <= rpcVersion; }