Response Guidance List Data
data class ResponseGuidanceListData(guidanceList: MutableList<ResponseGuidanceData>, randomList: MutableList<String>)
Content copied to clipboard
Guidance data
See also
Constructors
ResponseGuidanceListData
Link copied to clipboard
fun ResponseGuidanceListData(guidanceList: MutableList<ResponseGuidanceData> = mutableListOf(), randomList: MutableList<String> = mutableListOf())
Content copied to clipboard