is Transport Valid
Checks if the entered transport details are valid and performs the necessary actions.
Validates the driver name, license plate, cargo numbers, and images using various validation methods. Updates the TransportUiState with any validation errors and returns true if the transport details are valid, otherwise, returns false.
Return
true if the transport details are valid; otherwise, returns false.