ObjectData

sealed interface ObjectData

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun asFlow(): Flow<Pair<String, String>>
Link copied to clipboard
abstract suspend fun asMap(): Map<String, String>