initCall static method
Implementation
static ActionModel initCall(String userName, String password, String realm) {
return ActionModel(
actionName: ActionName.INIT_CALL,
data: {'userName': userName, 'password': password, 'realm': realm});
}