GeneralDataScheme

data class GeneralDataScheme<T>(val data: T?)

This is to wrap around the actual data needed

Parameters

T

Constructors

Link copied to clipboard
constructor(data: T?)

Properties

Link copied to clipboard
val data: T?

T