Process Step Model
data class ProcessStepModel( val blockIndex: Int, val submitRecipients: List<RecipientModel>? = null, val manualRouting: ManualRoutingModel? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ProcessStepModel( blockIndex: Int, submitRecipients: List<RecipientModel>? = null, manualRouting: ManualRoutingModel? = null)
Content copied to clipboard