CommandGroup

data class CommandGroup(title: String?, commands: List<Command>) : ContentModel

Properties

commands
Link copied to clipboard
val commands: List<Command>
title
Link copied to clipboard
val title: String? = null