Add And Edit Route Ui State
constructor(routeObjectId: ObjectId? = null, name: String = "", description: String = "", nameError: Boolean = false, descriptionError: Boolean = false, navigateToMarkersAndRoutes: Boolean = false, doneActionCompleted: Boolean = false, errorMessage: String? = null, showDoneButton: Boolean = false, actionType: ActionType = ActionType.NONE, routeMembers: List<LocationDescription> = emptyList(), markers: List<LocationDescription> = emptyList())