Table

expect annotation class Table(val value: String, val name: String, val schema: String)

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val schema: String
Link copied to clipboard
expect val value: String